Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.analysis Classes and Interfaces - 160 results found.
NameDescriptionTypePackageFramework
AbsAbsolute value function.Classorg.apache.commons.math3.analysis.functionApache Commons
AbstractDifferentiableUnivariateSolverClassorg.apache.commons.math3.analysis.solversApache Commons
AbstractPolynomialSolverBase class for solvers.Classorg.apache.commons.math3.analysis.solversApache Commons
AbstractUnivariateDifferentiableSolverClassorg.apache.commons.math3.analysis.solversApache Commons
AbstractUnivariateSolverBase class for solvers.Classorg.apache.commons.math3.analysis.solversApache Commons
AcosArc-cosine function.Classorg.apache.commons.math3.analysis.functionApache Commons
AcoshHyperbolic arc-cosine function.Classorg.apache.commons.math3.analysis.functionApache Commons
AddAdd the two operands.Classorg.apache.commons.math3.analysis.functionApache Commons
AkimaSplineInterpolatorComputes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paperClassorg.apache.commons.math3.analysis.interpolationApache Commons
AllowedSolutionenum AllowedSolutionThe kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions.Classorg.apache.commons.math3.analysis.solversApache Commons
AsinClassorg.apache.commons.math3.analysis.functionApache Commons
AsinhHyperbolic arc-sine function.Classorg.apache.commons.math3.analysis.functionApache Commons
AtanArc-tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
Atan2Arc-tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
AtanhHyperbolic arc-tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
BaseAbstractUnivariateIntegratorProvide a default implementation for several generic functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
BaseAbstractUnivariateSolverProvide a default implementation for several functions useful to generic The default values for relative and function tolerances are 1e-14Classorg.apache.commons.math3.analysis.solversApache Commons
BaseRuleFactoryBase class for rules that determines the integration nodes and their Subclasses must implement the computeRule method.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
BaseSecantSolverBase class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
BaseSecantSolver .MethodSecant-based root-finding methods.Classorg.apache.commons.math3.analysis.solvers.BaseSecantSolverApache Commons
BaseUnivariateSolverInterface for (univariate real) rootfinding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
BicubicInterpolatingFunctionFunction that implements the bicubic spline interpolation.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicInterpolatorGenerates a bicubic interpolating Caveat: Because the interpolation scheme requires that derivatives beClassorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicSplineInterpolatingFunctionFunction that implements the bicubic spline interpolation.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicSplineInterpolatorGenerates a bicubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BisectionSolver bisection algorithm for finding zeros of univariate real functions.Classorg.apache.commons.math3.analysis.solversApache Commons
BivariateFunctionAn interface representing a bivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
BivariateGridInterpolatorInterface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
BracketedRealFieldUnivariateSolverInterface for (univariate real) root-finding algorithms that maintain a bracketed solution.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
BracketedUnivariateSolverInterface for (univariate real) root-finding algorithms that maintain a bracketed solution.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
BracketingNthOrderBrentSolverThis class implements a modification of the Brent algorithm.Classorg.apache.commons.math3.analysis.solversApache Commons
BrentSolverThis class implements the Brent algorithm for finding zeros of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
CbrtClassorg.apache.commons.math3.analysis.functionApache Commons
CeilClassorg.apache.commons.math3.analysis.functionApache Commons
ConstantClassorg.apache.commons.math3.analysis.functionApache Commons
CosClassorg.apache.commons.math3.analysis.functionApache Commons
CoshHyperbolic cosine function.Classorg.apache.commons.math3.analysis.functionApache Commons
DerivativeStructureClass representing both the value and the differentials of a function.Classorg.apache.commons.math3.analysis.differentiationApache Commons
DifferentiableMultivariateFunctionExtension of MultivariateFunction representing a differentiable multivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableMultivariateVectorFunctionExtension of MultivariateVectorFunction representing a differentiable multivariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableUnivariateFunctionExtension of UnivariateFunction representing a differentiable univariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableUnivariateMatrixFunctionExtension of UnivariateMatrixFunction representing a differentiable univariate matrix function.Interfaceorg.apache.commons.math3.analysisApache Commons
DifferentiableUnivariateSolverInterface for (univariate real) rootfinding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
DifferentiableUnivariateVectorFunctionExtension of UnivariateVectorFunction representing a differentiable univariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
DivideDivide the first operand by the second.Classorg.apache.commons.math3.analysis.functionApache Commons
DividedDifferenceInterpolator Divided Difference Algorithm for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
DSCompilerClass holding compiled computation rules for derivative structures.Classorg.apache.commons.math3.analysis.differentiationApache Commons
ExpExponential function.Classorg.apache.commons.math3.analysis.functionApache Commons
Expm1Classorg.apache.commons.math3.analysis.functionApache Commons
FieldBracketingNthOrderBrentSolverThis class implements a modification of the Brent algorithm.Classorg.apache.commons.math3.analysis.solversApache Commons
FieldHermiteInterpolatorPolynomial interpolator using both sample values and sample derivatives.Classorg.apache.commons.math3.analysis.interpolationApache Commons
FiniteDifferencesDifferentiatorUnivariate functions differentiator using finite differences.Classorg.apache.commons.math3.analysis.differentiationApache Commons
FloorClassorg.apache.commons.math3.analysis.functionApache Commons
FunctionUtilsUtilities for manipulating function objects.Classorg.apache.commons.math3.analysisApache Commons
Gaussian Gaussian function.Classorg.apache.commons.math3.analysis.functionApache Commons
Gaussian .ParametricParametric function where the input array contains the parameters of the Gaussian, ordered as follows:Classorg.apache.commons.math3.analysis.function.GaussianApache Commons
GaussIntegratorClass that implements the Gaussian rule for integrating a weightedClassorg.apache.commons.math3.analysis.integration.gaussApache Commons
GaussIntegratorFactoryClass that provides different ways to compute the nodes and weights to be used by the Gaussian integration rule.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
GradientFunctionClass representing the gradient of a multivariate function.Classorg.apache.commons.math3.analysis.differentiationApache Commons
HarmonicOscillator simple harmonic oscillator function.Classorg.apache.commons.math3.analysis.functionApache Commons
HarmonicOscillator .ParametricParametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows:Classorg.apache.commons.math3.analysis.function.HarmonicOscillatorApache Commons
HermiteInterpolatorPolynomial interpolator using both sample values and sample derivatives.Classorg.apache.commons.math3.analysis.interpolationApache Commons
HermiteRuleFactoryFactory that creates a Gauss-type quadrature rule using Hermite polynomialsClassorg.apache.commons.math3.analysis.integration.gaussApache Commons
IdentityClassorg.apache.commons.math3.analysis.functionApache Commons
IllinoisSolver a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
InterpolatingMicrosphereUtility class for the MicrosphereProjectionInterpolator algorithm.Classorg.apache.commons.math3.analysis.interpolationApache Commons
InterpolatingMicrosphere2DUtility class for the MicrosphereProjectionInterpolator algorithm.Classorg.apache.commons.math3.analysis.interpolationApache Commons
InverseClassorg.apache.commons.math3.analysis.functionApache Commons
IterativeLegendreGaussIntegratorThis algorithm divides the integration interval into equally-sized sub-interval and on each of them performs aClassorg.apache.commons.math3.analysis.integrationApache Commons
JacobianFunctionClass representing the Jacobian of a multivariate vector function.Classorg.apache.commons.math3.analysis.differentiationApache Commons
LaguerreSolver Laguerre's Method for root finding of real coefficient polynomials.Classorg.apache.commons.math3.analysis.solversApache Commons
LegendreGaussIntegrator Legendre-Gauss quadrature formula.Classorg.apache.commons.math3.analysis.integrationApache Commons
LegendreHighPrecisionRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
LegendreRuleFactoryFactory that creates Gauss-type quadrature rule using Legendre polynomials.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
LinearInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
LoessInterpolator Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
LogNatural logarithm function.Classorg.apache.commons.math3.analysis.functionApache Commons
Log10Base 10 logarithm function.Classorg.apache.commons.math3.analysis.functionApache Commons
Log1plog(1 + p) function.Classorg.apache.commons.math3.analysis.functionApache Commons
Logistic Generalised logistic function.Classorg.apache.commons.math3.analysis.functionApache Commons
Logistic .ParametricParametric function where the input array contains the parameters of the logistic function, ordered as follows:Classorg.apache.commons.math3.analysis.function.LogisticApache Commons
Logit It is the inverse of the sigmoid function.Classorg.apache.commons.math3.analysis.functionApache Commons
Logit .ParametricParametric function where the input array contains the parameters of the logit function, ordered as follows:Classorg.apache.commons.math3.analysis.function.LogitApache Commons
MaxClassorg.apache.commons.math3.analysis.functionApache Commons
MicrosphereInterpolatingFunctionInterpolating function that implements the Microsphere Projection.Classorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereProjectionInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
MidPointIntegrator Midpoint Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
MinClassorg.apache.commons.math3.analysis.functionApache Commons
MinusClassorg.apache.commons.math3.analysis.functionApache Commons
MullerSolverThis class implements the Muller's Method for root finding of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
MullerSolver2This class implements the Muller's Method for root finding of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
MultiplyMultiply the two operands.Classorg.apache.commons.math3.analysis.functionApache Commons
MultivariateDifferentiableFunctionExtension of MultivariateFunction representing a multivariate differentiable real function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
MultivariateDifferentiableVectorFunctionExtension of MultivariateVectorFunction representing a multivariate differentiable vectorial function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
MultivariateFunctionAn interface representing a multivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
MultivariateInterpolatorInterface representing a univariate real interpolating function.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
MultivariateMatrixFunctionAn interface representing a multivariate matrix function.Interfaceorg.apache.commons.math3.analysisApache Commons
MultivariateVectorFunctionAn interface representing a multivariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
NevilleInterpolator Neville's Algorithm for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
NewtonRaphsonSolverClassorg.apache.commons.math3.analysis.solversApache Commons
NewtonSolver Newton's Method for finding zeros of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
ParametricUnivariateFunctionAn interface representing a real function that depends on one independent variable plus some extra parameters.Interfaceorg.apache.commons.math3.analysisApache Commons
PegasusSolver a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
PiecewiseBicubicSplineInterpolatingFunctionFunction that implements the This implementation currently uses AkimaSplineInterpolator as theClassorg.apache.commons.math3.analysis.interpolationApache Commons
PiecewiseBicubicSplineInterpolatorGenerates a piecewise-bicubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
PolynomialFunctionImmutable representation of a real polynomial function with real coefficients.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialFunction .ParametricDedicated parametric polynomial class.Classorg.apache.commons.math3.analysis.polynomials.PolynomialFunctionApache Commons
PolynomialFunctionLagrangeForm Lagrange Form.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialFunctionNewtonForm Newton Form.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialSolverInterface for (polynomial) root-finding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
PolynomialSplineFunctionRepresents a polynomial spline function.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PolynomialsUtilsA collection of static methods that operate on or return polynomials.Classorg.apache.commons.math3.analysis.polynomialsApache Commons
PowClassorg.apache.commons.math3.analysis.functionApache Commons
PowerClassorg.apache.commons.math3.analysis.functionApache Commons
RealFieldUnivariateFunctionAn interface representing a univariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
RegulaFalsiSolver root-finding (approximating a zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
RiddersSolver Ridders' Method for root finding of real univariate functions.Classorg.apache.commons.math3.analysis.solversApache Commons
RintClassorg.apache.commons.math3.analysis.functionApache Commons
RombergIntegrator Romberg Algorithm for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
SecantSolver zero of a univariate real function).Classorg.apache.commons.math3.analysis.solversApache Commons
Sigmoid It is the inverse of the logit function.Classorg.apache.commons.math3.analysis.functionApache Commons
Sigmoid .ParametricParametric function where the input array contains the parameters of the sigmoid function, orderedClassorg.apache.commons.math3.analysis.function.SigmoidApache Commons
SignumClassorg.apache.commons.math3.analysis.functionApache Commons
SimpsonIntegrator Simpson's Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
SinClassorg.apache.commons.math3.analysis.functionApache Commons
Sinc sinc(x) = 1 if x = 0, sin(x) / x otherwise.Classorg.apache.commons.math3.analysis.functionApache Commons
SinhHyperbolic sine function.Classorg.apache.commons.math3.analysis.functionApache Commons
SmoothingPolynomialBicubicSplineInterpolatorGenerates a bicubic interpolation function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
SparseGradientFirst derivative computation with large number of variables.Classorg.apache.commons.math3.analysis.differentiationApache Commons
SplineInterpolatorComputes a natural (also known as free, unclamped) cubic spline interpolation for the data set.Classorg.apache.commons.math3.analysis.interpolationApache Commons
SqrtSquare-root function.Classorg.apache.commons.math3.analysis.functionApache Commons
StepFunctionClassorg.apache.commons.math3.analysis.functionApache Commons
SubtractSubtract the second operand from the first.Classorg.apache.commons.math3.analysis.functionApache Commons
SymmetricGaussIntegratorThis class's implements integrate method assuming that the integral is symmetric about 0.Classorg.apache.commons.math3.analysis.integration.gaussApache Commons
TanClassorg.apache.commons.math3.analysis.functionApache Commons
TanhHyperbolic tangent function.Classorg.apache.commons.math3.analysis.functionApache Commons
TrapezoidIntegrator Trapezoid Rule for integration of real univariate functions.Classorg.apache.commons.math3.analysis.integrationApache Commons
TricubicInterpolatingFunctionFunction that implements the tricubic spline interpolation, as proposed inClassorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicInterpolatorGenerates a tricubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicSplineInterpolatingFunctionFunction that implements the tricubic spline interpolation, as proposed inClassorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicSplineInterpolatorGenerates a tricubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TrivariateFunctionAn interface representing a trivariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
TrivariateGridInterpolatorInterface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
UlpClassorg.apache.commons.math3.analysis.functionApache Commons
UnivariateDifferentiableFunctionInterface for univariate functions derivatives.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateDifferentiableMatrixFunctionExtension of UnivariateMatrixFunction representing a univariate differentiable matrix function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateDifferentiableSolverInterface for (univariate real) rootfinding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
UnivariateDifferentiableVectorFunctionExtension of UnivariateVectorFunction representing a univariate differentiable vectorial function.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateFunctionAn interface representing a univariate real function.Interfaceorg.apache.commons.math3.analysisApache Commons
UnivariateFunctionDifferentiatorInterface defining the function differentiation operation.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariateIntegratorInterface for univariate real integration algorithms.Interfaceorg.apache.commons.math3.analysis.integrationApache Commons
UnivariateInterpolatorInterface representing a univariate real interpolating function.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
UnivariateMatrixFunctionAn interface representing a univariate matrix function.Interfaceorg.apache.commons.math3.analysisApache Commons
UnivariateMatrixFunctionDifferentiatorInterface defining the function differentiation operation.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons
UnivariatePeriodicInterpolatorAdapter for classes implementing the UnivariateInterpolator The data to be interpolated is assumed to be periodic.Classorg.apache.commons.math3.analysis.interpolationApache Commons
UnivariateSolverInterface for (univariate real) root-finding algorithms.Interfaceorg.apache.commons.math3.analysis.solversApache Commons
UnivariateSolverUtilsUtility routines for UnivariateSolver objects.Classorg.apache.commons.math3.analysis.solversApache Commons
UnivariateVectorFunctionAn interface representing a univariate vectorial function.Interfaceorg.apache.commons.math3.analysisApache Commons
UnivariateVectorFunctionDifferentiatorInterface defining the function differentiation operation.Interfaceorg.apache.commons.math3.analysis.differentiationApache Commons