public class BroydenVectorRootFinder extends BaseNewtonVectorRootFinder
| Constructor and Description |
|---|
BroydenVectorRootFinder()
Creates an instance.
|
BroydenVectorRootFinder(Decomposition<?> decomp)
Creates an instance.
|
BroydenVectorRootFinder(double absoluteTol,
double relativeTol,
int maxSteps)
Creates an instance.
|
BroydenVectorRootFinder(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 BroydenVectorRootFinder()
public BroydenVectorRootFinder(Decomposition<?> decomp)
decomp - the decompositionpublic BroydenVectorRootFinder(double absoluteTol,
double relativeTol,
int maxSteps)
absoluteTol - the absolute tolerancerelativeTol - the relative tolerancemaxSteps - the maximum stepspublic BroydenVectorRootFinder(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.