public class JacobianDirectionFunction extends Object implements NewtonRootFinderDirectionFunction
| Constructor and Description |
|---|
JacobianDirectionFunction(Decomposition<?> decomposition)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleArray |
getDirection(DoubleMatrix estimate,
DoubleArray y) |
public JacobianDirectionFunction(Decomposition<?> decomposition)
decomposition - the decompositionpublic DoubleArray getDirection(DoubleMatrix estimate, DoubleArray y)
getDirection in interface NewtonRootFinderDirectionFunctionCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.