Package org.apache.commons.math.analysis
Interface UnivariateMatrixFunction
- All Known Subinterfaces:
DifferentiableUnivariateMatrixFunction
public interface UnivariateMatrixFunction
An interface representing a univariate matrix function.
- Since:
- 2.0
-
Method Summary
-
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:
FunctionEvaluationException- if the function evaluation fails
-