org.ddogleg.optimization.functions
Interface FunctionNtoN
-
- All Known Implementing Classes:
- CallCounterNtoN, EvalFuncDodcfg.Deriv, LsToNonLinearDeriv, NumericalGradientFB, NumericalGradientForward
public interface FunctionNtoNFunction with N inputs and N outputs. The gradient of a function with N inputs and 1 output is the typical usage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetN()Returns the number of inputs and outputs for this function.voidprocess(double[] input, double[] output)Processes the function.
-
DataMelt 3.0 © DataMelt by jWork.ORG