public interface UnivariateVectorFunction
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Compute the size of the list of values of the function as created by the
value(double) method |
double[] |
value(double x)
Compute the value for the function.
|
double[] value(double x)
x
- the point for which the function value should be computedint getSize()
value(double)
methodCopyright © 2023 CNES. All rights reserved.