Package org.hipparchus.analysis
Interface UnivariateMatrixFunction
-
- All Known Subinterfaces:
UnivariateDifferentiableMatrixFunction
public interface UnivariateMatrixFunction
An interface representing a univariate matrix function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[][]
value(double x)
Compute the value for the function.
-