Package org.hipparchus.analysis
Interface UnivariateMatrixFunction
- All Known Subinterfaces:
UnivariateDifferentiableMatrixFunction
public interface UnivariateMatrixFunction
An interface representing a univariate matrix function.
-
Method Summary
-
Method Details
-
value
double[][] value(double x) Compute the value for the function.- Parameters:
x
- the point for which the function value should be computed- Returns:
- the value
-