|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultivariateVectorFunction
An interface representing a multivariate vectorial function.
Method Summary | |
---|---|
double[] |
value(double[] point)
Compute the value for the function at the given point. |
Method Detail |
---|
double[] value(double[] point) throws IllegalArgumentException
point
- point at which the function must be evaluated
IllegalArgumentException
- if points dimension is wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |