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 IllegalArgumentException
point
- point at which the function must be evaluatedIllegalArgumentException
- if point's dimension is wrongJas4pp 1.5 © Java Analysis Studio for Particle Physics