|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllowedSolution | |
---|---|
org.apache.commons.math3.analysis.solvers | Root finding algorithms, for univariate real functions. |
org.apache.commons.math3.dfp | Decimal floating point library for Java |
Uses of AllowedSolution in org.apache.commons.math3.analysis.solvers |
---|
Methods in org.apache.commons.math3.analysis.solvers that return AllowedSolution | |
---|---|
static AllowedSolution |
AllowedSolution.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AllowedSolution[] |
AllowedSolution.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.commons.math3.analysis.solvers with parameters of type AllowedSolution | |
---|---|
static double |
UnivariateSolverUtils.forceSide(int maxEval,
UnivariateFunction f,
BracketedUnivariateSolver<UnivariateFunction> bracketing,
double baseRoot,
double min,
double max,
AllowedSolution allowedSolution)
Force a root found by a non-bracketing solver to lie on a specified side, as if the solver was a bracketing one. |
double |
BracketedUnivariateSolver.solve(int maxEval,
FUNC f,
double min,
double max,
AllowedSolution allowedSolution)
Solve for a zero in the given interval. |
double |
BracketedUnivariateSolver.solve(int maxEval,
FUNC f,
double min,
double max,
double startValue,
AllowedSolution allowedSolution)
Solve for a zero in the given interval, start at startValue . |
double |
BaseSecantSolver.solve(int maxEval,
UnivariateFunction f,
double min,
double max,
AllowedSolution allowedSolution)
Solve for a zero in the given interval. |
double |
BracketingNthOrderBrentSolver.solve(int maxEval,
UnivariateFunction f,
double min,
double max,
AllowedSolution allowedSolution)
Solve for a zero in the given interval. |
double |
BaseSecantSolver.solve(int maxEval,
UnivariateFunction f,
double min,
double max,
double startValue,
AllowedSolution allowedSolution)
Solve for a zero in the given interval, start at startValue . |
double |
BracketingNthOrderBrentSolver.solve(int maxEval,
UnivariateFunction f,
double min,
double max,
double startValue,
AllowedSolution allowedSolution)
Solve for a zero in the given interval, start at startValue . |
Uses of AllowedSolution in org.apache.commons.math3.dfp |
---|
Methods in org.apache.commons.math3.dfp with parameters of type AllowedSolution | |
---|---|
Dfp |
BracketingNthOrderBrentSolverDFP.solve(int maxEval,
UnivariateDfpFunction f,
Dfp min,
Dfp max,
AllowedSolution allowedSolution)
Solve for a zero in the given interval. |
Dfp |
BracketingNthOrderBrentSolverDFP.solve(int maxEval,
UnivariateDfpFunction f,
Dfp min,
Dfp max,
Dfp startValue,
AllowedSolution allowedSolution)
Solve for a zero in the given interval, start at startValue . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |