public class JacobianEstimateInitializationFunction extends Object implements NewtonRootFinderMatrixInitializationFunction
| Constructor and Description |
|---|
JacobianEstimateInitializationFunction() |
| Modifier and Type | Method and Description |
|---|---|
DoubleMatrix |
getInitializedMatrix(Function<DoubleArray,DoubleMatrix> jacobianFunction,
DoubleArray x) |
public JacobianEstimateInitializationFunction()
public DoubleMatrix getInitializedMatrix(Function<DoubleArray,DoubleMatrix> jacobianFunction, DoubleArray x)
getInitializedMatrix in interface NewtonRootFinderMatrixInitializationFunctionCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.