File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/autoload.js
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- BaseUnivariateSolver<UnivariateFunction>
- All Known Implementing Classes:
- AbstractUnivariateSolver, BaseSecantSolver, BisectionSolver, BracketingNthOrderBrentSolver, BrentSolver, IllinoisSolver, MullerSolver, MullerSolver2, PegasusSolver, RegulaFalsiSolver, RiddersSolver, SecantSolver
public interface UnivariateSolver
extends BaseUnivariateSolver<UnivariateFunction>
Interface for (univariate real) root-finding algorithms.
Implementations will search for only one zero in the given interval.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2016-2021 CS GROUP. All rights reserved.