Interface UnivariateDifferentiableMatrixFunction
- All Superinterfaces:
UnivariateMatrixFunction
Extension of
UnivariateMatrixFunction
representing a univariate differentiable matrix function.- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionCompute the value for the function.Methods inherited from interface org.apache.commons.math3.analysis.UnivariateMatrixFunction
value
-
Method Details
-
value
Compute the value for the function.- Parameters:
x
- the point for which the function value should be computed- Returns:
- the value
- Throws:
MathIllegalArgumentException
- ifx
does not satisfy the function's constraints (argument out of bound, or unsupported derivative order for example)
-