public class NewtonDefaultVectorRootFinder extends BaseNewtonVectorRootFinder
| Constructor and Description |
|---|
NewtonDefaultVectorRootFinder()
Creates an instance.
|
NewtonDefaultVectorRootFinder(double absoluteTol,
double relativeTol,
int maxSteps)
Creates an instance.
|
NewtonDefaultVectorRootFinder(double absoluteTol,
double relativeTol,
int maxSteps,
Decomposition<?> decomp)
Creates an instance.
|
findRoot, findRoot, getRoot, updatePositioncheckInputsAndApplyFunction, getRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbroyden, broyden, broydenpublic NewtonDefaultVectorRootFinder()
public NewtonDefaultVectorRootFinder(double absoluteTol,
double relativeTol,
int maxSteps)
absoluteTol - the absolute tolerancerelativeTol - the relative tolerancemaxSteps - the maximum stepspublic NewtonDefaultVectorRootFinder(double absoluteTol,
double relativeTol,
int maxSteps,
Decomposition<?> decomp)
absoluteTol - the absolute tolerancerelativeTol - the relative tolerancemaxSteps - the maximum stepsdecomp - the decompositionCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.