org.apache.commons.math3.analysis
Interface MultivariateMatrixFunction
-
- All Known Implementing Classes:
- JacobianFunction
public interface MultivariateMatrixFunctionAn interface representing a multivariate matrix function.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[][]value(double[] point)Compute the value for the function at the given point.
-
-
-
Method Detail
-
value
double[][] value(double[] point) throws java.lang.IllegalArgumentExceptionCompute the value for the function at the given point.- Parameters:
point- point at which the function must be evaluated- Returns:
- function value for the given point
- Throws:
java.lang.IllegalArgumentException- if point's dimension is wrong
-
-
DMelt 3.0 © DataMelt by jWork.ORG