|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultivariateDifferentiableFunction
Extension of MultivariateFunction representing a
multivariate differentiable real function.
| Method Summary | |
|---|---|
DerivativeStructure |
value(DerivativeStructure[] point)
Compute the value for the function at the given point. |
| Methods inherited from interface org.apache.commons.math3.analysis.MultivariateFunction |
|---|
value |
| Method Detail |
|---|
DerivativeStructure value(DerivativeStructure[] point)
throws MathIllegalArgumentException
point - Point at which the function must be evaluated.
MathIllegalArgumentException - if point does not
fulfill functions constraints (wrong dimension, argument out of bound,
or unsupported derivative order for example)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||