|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnivariateDifferentiableMatrixFunction
Extension of UnivariateMatrixFunction
representing a univariate differentiable matrix function.
Method Summary | |
---|---|
DerivativeStructure[][] |
value(DerivativeStructure x)
Compute the value for the function. |
Methods inherited from interface org.apache.commons.math3.analysis.UnivariateMatrixFunction |
---|
value |
Method Detail |
---|
DerivativeStructure[][] value(DerivativeStructure x) throws MathIllegalArgumentException
x
- the point for which the function value should be computed
MathIllegalArgumentException
- if x
does not
fulfill functions constraints (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 |