Interface NewtonRootFinderDirectionFunction
-
- All Known Implementing Classes:
InverseJacobianDirectionFunction
,JacobianDirectionFunction
public interface NewtonRootFinderDirectionFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleArray
getDirection(DoubleMatrix estimate, DoubleArray y)
-
-
-
Method Detail
-
getDirection
DoubleArray getDirection(DoubleMatrix estimate, DoubleArray y)
-
-