FunctionMultiDimensionalDifferentiable
CalcGradientDifferentiable
, FiniteDifferenceDerivative
public interface FunctionMultiDimensional
Modifier and Type | Method | Description |
---|---|---|
double |
f(double[] variables) |
|
int |
getDimension() |
The dimension of the space of independent variables.
|