FunctionMultiDimensional
CalcGradientDifferentiable
, FiniteDifferenceDerivative
public interface FunctionMultiDimensionalDifferentiable extends FunctionMultiDimensional
Modifier and Type | Method | Description |
---|---|---|
double |
df(int[] d,
double[] x) |
Returns the derivative indicated by the array d evaluated at the given point x.
|
f, getDimension
double df(int[] d, double[] x)