Package org.apache.commons.math
Common classes used throughout the commons-math library.
-
Interface Summary Interface Description ConvergingAlgorithm Deprecated. in 2.2 (to be removed in 3.0).Field<T> Interface representing a field.FieldElement<T> Interface representing field elements. -
Class Summary Class Description ConvergingAlgorithmImpl Deprecated. in 2.2 (to be removed in 3.0). -
Exception Summary Exception Description ArgumentOutsideDomainException Error thrown when a method is called with an out of bounds argument.ConvergenceException Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.DimensionMismatchException Deprecated. in 2.2 (to be removed in 3.0).DuplicateSampleAbscissaException Exception thrown when a sample contains several entries at the same abscissa.FunctionEvaluationException Exception thrown when an error occurs evaluating a function.MathConfigurationException Signals a configuration problem with any of the factory methods.MathException Base class for commons-math checked exceptions.MathRuntimeException Base class for commons-math unchecked exceptions.MaxEvaluationsExceededException Error thrown when a numerical computation exceeds its allowed number of functions evaluations.MaxIterationsExceededException Error thrown when a numerical computation exceeds its allowed number of iterations.