Uses of Class
org.apache.commons.math.FunctionEvaluationException

Packages that use FunctionEvaluationException
Package
Description
Common classes used throughout the commons-math library.
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
Numerical integration (quadrature) algorithms for univariate real functions.
Univariate real polynomials implementations, seen as differentiable univariate real functions.
Root finding algorithms, for univariate real functions.
Linear algebra support.
This package provides common interfaces for the optimization algorithms provided in sub-packages.
This package provides optimization algorithms that don't require derivatives.
This package provides classes to perform curve fitting.
This package provides optimization algorithms that require derivatives.
Univariate real functions minimum finding algorithms.
Implementations of transform methods, including Fast Fourier transforms.