Uses of Interface
org.hipparchus.analysis.UnivariateFunction

Packages that use UnivariateFunction
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.
The function package contains function objects that wrap the methods contained in Math, as well as common mathematical functions such as the gaussian and sinc functions.
Numerical integration (quadrature) algorithms for univariate real functions.
Gauss family of quadrature schemes.
Univariate real functions interpolation algorithms.
Univariate real polynomials implementations, seen as differentiable univariate real functions.
Root finding algorithms, for univariate real functions.
Linear algebra support.
Events
One-dimensional optimization algorithms.
Implementations of special functions such as Beta and Gamma.
Implementations of transform methods, including Fast Fourier transforms.