Class InverseJacobianDirectionFunction
- java.lang.Object
-
- com.opengamma.strata.math.impl.rootfinding.newton.InverseJacobianDirectionFunction
-
- All Implemented Interfaces:
NewtonRootFinderDirectionFunction
public class InverseJacobianDirectionFunction extends Object implements NewtonRootFinderDirectionFunction
-
-
Constructor Summary
Constructors Constructor Description InverseJacobianDirectionFunction(MatrixAlgebra algebra)
Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleArray
getDirection(DoubleMatrix estimate, DoubleArray y)
-
-
-
Constructor Detail
-
InverseJacobianDirectionFunction
public InverseJacobianDirectionFunction(MatrixAlgebra algebra)
Creates an instance.- Parameters:
algebra
- the matrix
-
-
Method Detail
-
getDirection
public DoubleArray getDirection(DoubleMatrix estimate, DoubleArray y)
- Specified by:
getDirection
in interfaceNewtonRootFinderDirectionFunction
-
-