org.apache.commons.math3.analysis
public interface MultivariateVectorFunction
Modifier and Type | Method and Description |
---|---|
double[] |
value(double[] point)
Compute the value for the function at the given point.
|
double[] value(double[] point) throws java.lang.IllegalArgumentException
point
- point at which the function must be evaluatedjava.lang.IllegalArgumentException
- if points dimension is wrongCopyright (c) 2003-2013 Apache Software Foundation