Class LeastSquaresFactory.LocalValueAndJacobianFunction

java.lang.Object
org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.LocalValueAndJacobianFunction
Record Components:
value - the vector value function
jacobian - the Jacobian function
All Implemented Interfaces:
MultivariateJacobianFunction, ValueAndJacobianFunction
Enclosing class:
LeastSquaresFactory

private static class LeastSquaresFactory.LocalValueAndJacobianFunction extends Object implements ValueAndJacobianFunction