Interface UnivariateMatrixFunction
-
- All Known Subinterfaces:
UnivariateDifferentiableMatrixFunction
public interface UnivariateMatrixFunctionAn interface representing a univariate matrix function.- Since:
- 2.0
-
-
Method Summary
Modifier and Type Method Description double[][]value(double x)Compute the value for the function.
-