|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MultivariateDifferentiableFunction
@Deprecated public interface DifferentiableMultivariateFunction
Extension of MultivariateFunction
representing a differentiable
multivariate real function.
Method Summary | |
---|---|
MultivariateVectorFunction |
gradient()
Deprecated. Returns the gradient function. |
MultivariateFunction |
partialDerivative(int k)
Deprecated. Returns the partial derivative of the function with respect to a point coordinate. |
Methods inherited from interface org.apache.commons.math3.analysis.MultivariateFunction |
---|
value |
Method Detail |
---|
MultivariateFunction partialDerivative(int k)
The partial derivative is defined with respect to point coordinate
xk. If the partial derivatives with respect to all coordinates are
needed, it may be more efficient to use the gradient()
method which will
compute them all at once.
k
- index of the coordinate with respect to which the partial
derivative is computed
MultivariateVectorFunction gradient()
If only one partial derivative with respect to a specific coordinate is
needed, it may be more efficient to use the partialDerivative(int)
method
which will compute only the specified component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |