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