public interface MultivariateMatrixFunction
Modifier and Type | Method and Description |
---|---|
double[][] |
value(double[] point)
Compute the value for the function at the given point.
|
double[][] value(double[] point)
point
- point at which the function must be evaluatedIllegalArgumentException
- if points dimension is wrongCopyright © 2017 CNES. All rights reserved.