public interface UnivariateMatrixFunction
| Modifier and Type | Method and Description |
|---|---|
double[][] |
value(double x)
Compute the value for the function.
|
double[][] value(double x)
x - the point for which the function value should be computedCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.