|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DifferentiableUnivariateRealFunction | Extension of UnivariateRealFunction representing a differentiable univariate real function. |
UnivariateRealFunction | An interface representing a univariate real function. |
UnivariateRealInterpolator | Interface representing a univariate real interpolating function. |
UnivariateRealSolver | Interface for (univariate real) rootfinding algorithms. |
Class Summary | |
BisectionSolver | Implements the bisection algorithm for finding zeros of univariate real functions. |
BrentSolver | Implements the Brent algorithm for finding zeros of real univariate functions. |
NewtonSolver | Implements Newton's Method for finding zeros of real univariate functions. |
PolynomialFunction | Immutable representation of a real polynomial function with real coefficients. |
PolynomialSplineFunction | Represents a polynomial spline function. |
SecantSolver | Implements a modified version of the secant method for approximating a zero of a real univariate function. |
SplineInterpolator | Computes a natural (a.k.a. |
UnivariateRealSolverFactory | Abstract factory class used to create UnivariateRealSolver instances. |
UnivariateRealSolverFactoryImpl | A concrete UnivariateRealSolverFactory . |
UnivariateRealSolverImpl | Provide a default implementation for several functions useful to generic solvers. |
UnivariateRealSolverUtils | Utility routines for UnivariateRealSolver objects. |
Implementations of common numerical analysis procedures, including root finding and function interpolation.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |