| Name | Description | Type | Package | Framework |
| Abs | Absolute value function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| AbstractDifferentiableUnivariateSolver | | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractPolynomialSolver | Base class for solvers. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractUnivariateDifferentiableSolver | | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| AbstractUnivariateSolver | Base class for solvers. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Acos | Arc-cosine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Acosh | Hyperbolic arc-cosine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Add | Add the two operands. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| AkimaSplineInterpolator | Computes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| AllowedSolution | enum AllowedSolutionThe kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Asin | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Asinh | Hyperbolic arc-sine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Atan | Arc-tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Atan2 | Arc-tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Atanh | Hyperbolic arc-tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| BaseAbstractUnivariateIntegrator | Provide a default implementation for several generic functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| BaseAbstractUnivariateSolver | Provide a default implementation for several functions useful to generic The default values for relative and function tolerances are 1e-14 | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BaseRuleFactory | Base class for rules that determines the integration nodes and their Subclasses must implement the computeRule method. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| BaseSecantSolver | Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BaseSecantSolver .Method | Secant-based root-finding methods. | Class | org.apache.commons.math3.analysis.solvers.BaseSecantSolver | Apache Commons |
|
| BaseUnivariateSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BicubicInterpolatingFunction | Function that implements the bicubic spline interpolation. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BicubicInterpolator | Generates a bicubic interpolating Caveat: Because the interpolation scheme requires that derivatives be | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BicubicSplineInterpolatingFunction | Function that implements the bicubic spline interpolation. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BicubicSplineInterpolator | Generates a bicubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BisectionSolver | bisection algorithm for finding zeros of univariate real functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BivariateFunction | An interface representing a bivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| BivariateGridInterpolator | Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| BracketedRealFieldUnivariateSolver | Interface for (univariate real) root-finding algorithms that maintain a bracketed solution. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BracketedUnivariateSolver | Interface for (univariate real) root-finding algorithms that maintain a bracketed solution. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BracketingNthOrderBrentSolver | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| BrentSolver | This class implements the Brent algorithm for finding zeros of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Cbrt | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Ceil | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Constant | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Cos | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Cosh | Hyperbolic cosine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| DerivativeStructure | Class representing both the value and the differentials of a function. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| DifferentiableMultivariateFunction | Extension of MultivariateFunction representing a differentiable multivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableMultivariateVectorFunction | Extension of MultivariateVectorFunction representing a differentiable multivariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableUnivariateFunction | Extension of UnivariateFunction representing a differentiable univariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableUnivariateMatrixFunction | Extension of UnivariateMatrixFunction representing a differentiable univariate matrix function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| DifferentiableUnivariateSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| DifferentiableUnivariateVectorFunction | Extension of UnivariateVectorFunction representing a differentiable univariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| Divide | Divide the first operand by the second. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| DividedDifferenceInterpolator | Divided Difference Algorithm for interpolation of real univariate functions. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| DSCompiler | Class holding compiled computation rules for derivative structures. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| Exp | Exponential function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Expm1 | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| FieldBracketingNthOrderBrentSolver | This class implements a modification of the Brent algorithm. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| FieldHermiteInterpolator | Polynomial interpolator using both sample values and sample derivatives. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| FiniteDifferencesDifferentiator | Univariate functions differentiator using finite differences. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| Floor | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| FunctionUtils | Utilities for manipulating function objects. | Class | org.apache.commons.math3.analysis | Apache Commons |
|
| Gaussian | Gaussian function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Gaussian .Parametric | Parametric function where the input array contains the parameters of the Gaussian, ordered as follows: | Class | org.apache.commons.math3.analysis.function.Gaussian | Apache Commons |
|
| GaussIntegrator | Class that implements the Gaussian rule for integrating a weighted | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| GaussIntegratorFactory | Class that provides different ways to compute the nodes and weights to be used by the Gaussian integration rule. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| GradientFunction | Class representing the gradient of a multivariate function. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| HarmonicOscillator | simple harmonic oscillator function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| HarmonicOscillator .Parametric | Parametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows: | Class | org.apache.commons.math3.analysis.function.HarmonicOscillator | Apache Commons |
|
| HermiteInterpolator | Polynomial interpolator using both sample values and sample derivatives. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| HermiteRuleFactory | Factory that creates a Gauss-type quadrature rule using Hermite polynomials | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| Identity | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| IllinoisSolver | a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| InterpolatingMicrosphere | Utility class for the MicrosphereProjectionInterpolator algorithm. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| InterpolatingMicrosphere2D | Utility class for the MicrosphereProjectionInterpolator algorithm. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Inverse | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| IterativeLegendreGaussIntegrator | This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| JacobianFunction | Class representing the Jacobian of a multivariate vector function. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| LaguerreSolver | Laguerre's Method for root finding of real coefficient polynomials. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| LegendreGaussIntegrator | Legendre-Gauss quadrature formula. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| LegendreHighPrecisionRuleFactory | Factory that creates Gauss-type quadrature rule using Legendre polynomials. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| LegendreRuleFactory | Factory that creates Gauss-type quadrature rule using Legendre polynomials. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| LinearInterpolator | | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| LoessInterpolator | Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Log | Natural logarithm function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Log10 | Base 10 logarithm function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Log1p | log(1 + p) function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Logistic | Generalised logistic function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Logistic .Parametric | Parametric function where the input array contains the parameters of the logistic function, ordered as follows: | Class | org.apache.commons.math3.analysis.function.Logistic | Apache Commons |
|
| Logit | It is the inverse of the sigmoid function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Logit .Parametric | Parametric function where the input array contains the parameters of the logit function, ordered as follows: | Class | org.apache.commons.math3.analysis.function.Logit | Apache Commons |
|
| Max | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| MicrosphereInterpolatingFunction | Interpolating function that implements the Microsphere Projection. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MicrosphereInterpolator | | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MicrosphereProjectionInterpolator | | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MidPointIntegrator | Midpoint Rule for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| Min | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Minus | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| MullerSolver | This class implements the Muller's Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| MullerSolver2 | This class implements the Muller's Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Multiply | Multiply the two operands. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| MultivariateDifferentiableFunction | Extension of MultivariateFunction representing a multivariate differentiable real function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| MultivariateDifferentiableVectorFunction | Extension of MultivariateVectorFunction representing a multivariate differentiable vectorial function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| MultivariateFunction | An interface representing a multivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| MultivariateInterpolator | Interface representing a univariate real interpolating function. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| MultivariateMatrixFunction | An interface representing a multivariate matrix function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| MultivariateVectorFunction | An interface representing a multivariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| NevilleInterpolator | Neville's Algorithm for interpolation of real univariate functions. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| NewtonRaphsonSolver | | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| NewtonSolver | Newton's Method for finding zeros of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| ParametricUnivariateFunction | An interface representing a real function that depends on one independent variable plus some extra parameters. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| PegasusSolver | a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| PiecewiseBicubicSplineInterpolatingFunction | Function that implements the This implementation currently uses AkimaSplineInterpolator as the | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| PiecewiseBicubicSplineInterpolator | Generates a piecewise-bicubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| PolynomialFunction | Immutable representation of a real polynomial function with real coefficients. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialFunction .Parametric | Dedicated parametric polynomial class. | Class | org.apache.commons.math3.analysis.polynomials.PolynomialFunction | Apache Commons |
|
| PolynomialFunctionLagrangeForm | Lagrange Form. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialFunctionNewtonForm | Newton Form. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialSolver | Interface for (polynomial) root-finding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| PolynomialSplineFunction | Represents a polynomial spline function. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| PolynomialsUtils | A collection of static methods that operate on or return polynomials. | Class | org.apache.commons.math3.analysis.polynomials | Apache Commons |
|
| Pow | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Power | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| RealFieldUnivariateFunction | An interface representing a univariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| RegulaFalsiSolver | root-finding (approximating a zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| RiddersSolver | Ridders' Method for root finding of real univariate functions. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Rint | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| RombergIntegrator | Romberg Algorithm for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| SecantSolver | zero of a univariate real function). | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| Sigmoid | It is the inverse of the logit function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Sigmoid .Parametric | Parametric function where the input array contains the parameters of the sigmoid function, ordered | Class | org.apache.commons.math3.analysis.function.Sigmoid | Apache Commons |
|
| Signum | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| SimpsonIntegrator | Simpson's Rule for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| Sin | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Sinc | sinc(x) = 1 if x = 0, sin(x) / x otherwise. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Sinh | Hyperbolic sine function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| SmoothingPolynomialBicubicSplineInterpolator | Generates a bicubic interpolation function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| SparseGradient | First derivative computation with large number of variables. | Class | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| SplineInterpolator | Computes a natural (also known as free, unclamped) cubic spline interpolation for the data set. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Sqrt | Square-root function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| StepFunction | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Subtract | Subtract the second operand from the first. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| SymmetricGaussIntegrator | This class's implements integrate method assuming that the integral is symmetric about 0. | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| Tan | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| Tanh | Hyperbolic tangent function. | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| TrapezoidIntegrator | Trapezoid Rule for integration of real univariate functions. | Class | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| TricubicInterpolatingFunction | Function that implements the tricubic spline interpolation, as proposed in | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TricubicInterpolator | Generates a tricubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TricubicSplineInterpolatingFunction | Function that implements the tricubic spline interpolation, as proposed in | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TricubicSplineInterpolator | Generates a tricubic interpolating function. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| TrivariateFunction | An interface representing a trivariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| TrivariateGridInterpolator | Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| Ulp | | Class | org.apache.commons.math3.analysis.function | Apache Commons |
|
| UnivariateDifferentiableFunction | Interface for univariate functions derivatives. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateDifferentiableMatrixFunction | Extension of UnivariateMatrixFunction representing a univariate differentiable matrix function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateDifferentiableSolver | Interface for (univariate real) rootfinding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| UnivariateDifferentiableVectorFunction | Extension of UnivariateVectorFunction representing a univariate differentiable vectorial function. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateFunction | An interface representing a univariate real function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| UnivariateFunctionDifferentiator | Interface defining the function differentiation operation. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariateIntegrator | Interface for univariate real integration algorithms. | Interface | org.apache.commons.math3.analysis.integration | Apache Commons |
|
| UnivariateInterpolator | Interface representing a univariate real interpolating function. | Interface | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| UnivariateMatrixFunction | An interface representing a univariate matrix function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| UnivariateMatrixFunctionDifferentiator | Interface defining the function differentiation operation. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |
|
| UnivariatePeriodicInterpolator | Adapter for classes implementing the UnivariateInterpolator The data to be interpolated is assumed to be periodic. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| UnivariateSolver | Interface for (univariate real) root-finding algorithms. | Interface | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| UnivariateSolverUtils | Utility routines for UnivariateSolver objects. | Class | org.apache.commons.math3.analysis.solvers | Apache Commons |
|
| UnivariateVectorFunction | An interface representing a univariate vectorial function. | Interface | org.apache.commons.math3.analysis | Apache Commons |
|
| UnivariateVectorFunctionDifferentiator | Interface defining the function differentiation operation. | Interface | org.apache.commons.math3.analysis.differentiation | Apache Commons |