Uses of Interface
org.hipparchus.analysis.differentiation.UnivariateDifferentiableVectorFunction
Package
Description
This package holds the main interfaces and basic building block classes
dealing with differentiation.
Univariate real functions interpolation algorithms.
-
Uses of UnivariateDifferentiableVectorFunction in org.hipparchus.analysis.differentiation
Modifier and TypeMethodDescriptionFiniteDifferencesDifferentiator.differentiate
(UnivariateVectorFunction function) Create an implementation of adifferential
from a regularvector function
.UnivariateVectorFunctionDifferentiator.differentiate
(UnivariateVectorFunction function) Create an implementation of adifferential
from a regularvector function
. -
Uses of UnivariateDifferentiableVectorFunction in org.hipparchus.analysis.interpolation
Modifier and TypeClassDescriptionclass
Polynomial interpolator using both sample values and sample derivatives.