Package | Description |
---|---|
org.apache.commons.math3.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
Modifier and Type | Method and Description |
---|---|
static BaseSecantSolver.Method |
BaseSecantSolver.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseSecantSolver.Method[] |
BaseSecantSolver.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BaseSecantSolver(double absoluteAccuracy,
BaseSecantSolver.Method method)
Construct a solver.
|
BaseSecantSolver(double relativeAccuracy,
double absoluteAccuracy,
BaseSecantSolver.Method method)
Construct a solver.
|
BaseSecantSolver(double relativeAccuracy,
double absoluteAccuracy,
double functionValueAccuracy,
BaseSecantSolver.Method method)
Construct a solver.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.