Uses of Interface
org.apache.commons.math3.analysis.UnivariateVectorFunction
Packages that use UnivariateVectorFunction
Package
Description
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
This package holds the main interfaces and basic building block classes
dealing with differentiation.
Univariate real functions interpolation algorithms.
-
Uses of UnivariateVectorFunction in org.apache.commons.math3.analysis
Subinterfaces of UnivariateVectorFunction in org.apache.commons.math3.analysisModifier and TypeInterfaceDescriptioninterfaceDeprecated.Methods in org.apache.commons.math3.analysis that return UnivariateVectorFunctionModifier and TypeMethodDescriptionDifferentiableUnivariateVectorFunction.derivative()Deprecated.Returns the derivative of the function -
Uses of UnivariateVectorFunction in org.apache.commons.math3.analysis.differentiation
Subinterfaces of UnivariateVectorFunction in org.apache.commons.math3.analysis.differentiationModifier and TypeInterfaceDescriptioninterfaceExtension ofUnivariateVectorFunctionrepresenting a univariate differentiable vectorial function.Methods in org.apache.commons.math3.analysis.differentiation with parameters of type UnivariateVectorFunctionModifier and TypeMethodDescriptionFiniteDifferencesDifferentiator.differentiate(UnivariateVectorFunction function) Create an implementation of adifferentialfrom a regularvector function.UnivariateVectorFunctionDifferentiator.differentiate(UnivariateVectorFunction function) Create an implementation of adifferentialfrom a regularvector function. -
Uses of UnivariateVectorFunction in org.apache.commons.math3.analysis.interpolation
Classes in org.apache.commons.math3.analysis.interpolation that implement UnivariateVectorFunctionModifier and TypeClassDescriptionclassPolynomial interpolator using both sample values and sample derivatives.
UnivariateDifferentiableVectorFunction