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