|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.math | |
---|---|
org.apache.commons.math | Common classes used throughout the commons-math library. |
org.apache.commons.math.analysis | Parent package for common numerical analysis procedures, including root finding, function interpolation and integration. |
org.apache.commons.math.analysis.integration | Numerical integration (quadrature) algorithms for univariate real functions. |
org.apache.commons.math.analysis.interpolation | Univariate real functions interpolation algorithms. |
org.apache.commons.math.analysis.polynomials | Univariate real polynomials implementations, seen as differentiable univariate real functions. |
org.apache.commons.math.analysis.solvers | Root finding algorithms, for univariate real functions. |
org.apache.commons.math.complex | Complex number type and implementations of complex transcendental functions. |
org.apache.commons.math.dfp | Decimal floating point library for Java |
org.apache.commons.math.distribution | Implementations of common discrete and continuous distributions. |
org.apache.commons.math.estimation | This package provided classes to solve estimation problems, it is deprecated since 2.0. |
org.apache.commons.math.fraction | Fraction number type and fraction number formatting. |
org.apache.commons.math.geometry | This package provides basic 3D geometry components. |
org.apache.commons.math.linear | Linear algebra support. |
org.apache.commons.math.ode | This package provides classes to solve Ordinary Differential Equations problems. |
org.apache.commons.math.ode.events | This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. |
org.apache.commons.math.optimization | This package provides common interfaces for the optimization algorithms provided in sub-packages. |
org.apache.commons.math.optimization.direct | This package provides optimization algorithms that don't require derivatives. |
org.apache.commons.math.optimization.fitting | This package provides classes to perform curve fitting. |
org.apache.commons.math.optimization.general | This package provides optimization algorithms that require derivatives. |
org.apache.commons.math.optimization.linear | This package provides optimization algorithms for linear constrained problems. |
org.apache.commons.math.optimization.univariate | Univariate real functions minimum finding algorithms. |
org.apache.commons.math.random | Random number and random data generators. |
org.apache.commons.math.special | Implementations of special functions such as Beta and Gamma. |
org.apache.commons.math.stat.correlation | Correlations/Covariance computations. |
org.apache.commons.math.stat.descriptive | Generic univariate summary statistic objects. |
org.apache.commons.math.stat.descriptive.moment | Summary statistics based on moments. |
org.apache.commons.math.stat.inference | Classes providing hypothesis testing and confidence interval construction. |
org.apache.commons.math.stat.regression | Statistical routines involving multivariate data. |
org.apache.commons.math.transform | Implementations of transform methods, including Fast Fourier transforms. |
org.apache.commons.math.util | Convenience routines and common data structures used throughout the commons-math library. |
Classes in org.apache.commons.math used by org.apache.commons.math | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
ConvergingAlgorithm
Deprecated. in 2.2 (to be removed in 3.0). The concept of "iteration" will be moved to a new IterativeAlgorithm . The concept of "accuracy" is
currently is also contained in SimpleRealPointChecker
and similar classes. |
|
Field
Interface representing a field. |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
|
MathException
Base class for commons-math checked exceptions. |
|
MaxIterationsExceededException
Error thrown when a numerical computation exceeds its allowed number of iterations. |
Classes in org.apache.commons.math used by org.apache.commons.math.analysis | |
---|---|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
Classes in org.apache.commons.math used by org.apache.commons.math.analysis.integration | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
ConvergingAlgorithm
Deprecated. in 2.2 (to be removed in 3.0). The concept of "iteration" will be moved to a new IterativeAlgorithm . The concept of "accuracy" is
currently is also contained in SimpleRealPointChecker
and similar classes. |
|
ConvergingAlgorithmImpl
Deprecated. in 2.2 (to be removed in 3.0). |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
|
MaxIterationsExceededException
Error thrown when a numerical computation exceeds its allowed number of iterations. |
Classes in org.apache.commons.math used by org.apache.commons.math.analysis.interpolation | |
---|---|
DimensionMismatchException
Deprecated. in 2.2 (to be removed in 3.0). Please use its equivalent from package org.apache.commons.math.exception . |
|
DuplicateSampleAbscissaException
Exception thrown when a sample contains several entries at the same abscissa. |
|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.analysis.polynomials | |
---|---|
ArgumentOutsideDomainException
Error thrown when a method is called with an out of bounds argument. |
|
DuplicateSampleAbscissaException
Exception thrown when a sample contains several entries at the same abscissa. |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
Classes in org.apache.commons.math used by org.apache.commons.math.analysis.solvers | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
ConvergingAlgorithm
Deprecated. in 2.2 (to be removed in 3.0). The concept of "iteration" will be moved to a new IterativeAlgorithm . The concept of "accuracy" is
currently is also contained in SimpleRealPointChecker
and similar classes. |
|
ConvergingAlgorithmImpl
Deprecated. in 2.2 (to be removed in 3.0). |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
|
MaxIterationsExceededException
Error thrown when a numerical computation exceeds its allowed number of iterations. |
Classes in org.apache.commons.math used by org.apache.commons.math.complex | |
---|---|
Field
Interface representing a field. |
|
FieldElement
Interface representing field elements. |
Classes in org.apache.commons.math used by org.apache.commons.math.dfp | |
---|---|
Field
Interface representing a field. |
|
FieldElement
Interface representing field elements. |
Classes in org.apache.commons.math used by org.apache.commons.math.distribution | |
---|---|
MathException
Base class for commons-math checked exceptions. |
|
MathRuntimeException
Base class for commons-math unchecked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.estimation | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.fraction | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
Field
Interface representing a field. |
|
FieldElement
Interface representing field elements. |
|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.geometry | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.linear | |
---|---|
Field
Interface representing a field. |
|
FieldElement
Interface representing field elements. |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
|
MathException
Base class for commons-math checked exceptions. |
|
MathRuntimeException
Base class for commons-math unchecked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.ode | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.ode.events | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.optimization | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
ConvergingAlgorithm
Deprecated. in 2.2 (to be removed in 3.0). The concept of "iteration" will be moved to a new IterativeAlgorithm . The concept of "accuracy" is
currently is also contained in SimpleRealPointChecker
and similar classes. |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.optimization.direct | |
---|---|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
Classes in org.apache.commons.math used by org.apache.commons.math.optimization.fitting | |
---|---|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
Classes in org.apache.commons.math used by org.apache.commons.math.optimization.general | |
---|---|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
Classes in org.apache.commons.math used by org.apache.commons.math.optimization.linear | |
---|---|
ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value. |
|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.optimization.univariate | |
---|---|
ConvergingAlgorithm
Deprecated. in 2.2 (to be removed in 3.0). The concept of "iteration" will be moved to a new IterativeAlgorithm . The concept of "accuracy" is
currently is also contained in SimpleRealPointChecker
and similar classes. |
|
ConvergingAlgorithmImpl
Deprecated. in 2.2 (to be removed in 3.0). |
|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
|
MaxIterationsExceededException
Error thrown when a numerical computation exceeds its allowed number of iterations. |
Classes in org.apache.commons.math used by org.apache.commons.math.random | |
---|---|
DimensionMismatchException
Deprecated. in 2.2 (to be removed in 3.0). Please use its equivalent from package org.apache.commons.math.exception . |
|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.special | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.stat.correlation | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.stat.descriptive | |
---|---|
DimensionMismatchException
Deprecated. in 2.2 (to be removed in 3.0). Please use its equivalent from package org.apache.commons.math.exception . |
Classes in org.apache.commons.math used by org.apache.commons.math.stat.descriptive.moment | |
---|---|
DimensionMismatchException
Deprecated. in 2.2 (to be removed in 3.0). Please use its equivalent from package org.apache.commons.math.exception . |
Classes in org.apache.commons.math used by org.apache.commons.math.stat.inference | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.stat.regression | |
---|---|
MathException
Base class for commons-math checked exceptions. |
Classes in org.apache.commons.math used by org.apache.commons.math.transform | |
---|---|
FunctionEvaluationException
Exception thrown when an error occurs evaluating a function. |
Classes in org.apache.commons.math used by org.apache.commons.math.util | |
---|---|
Field
Interface representing a field. |
|
FieldElement
Interface representing field elements. |
|
MathException
Base class for commons-math checked exceptions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |