Package org.apache.commons.math

Common classes used throughout the commons-math library.

See:
          Description

Interface Summary
ConvergingAlgorithm Interface for algorithms handling convergence settings.
Field<T> Interface representing a field.
FieldElement<T> Interface representing field elements.
 

Class Summary
ConvergingAlgorithmImpl Provide a default implementation for several functions useful to generic converging algorithms.
MessagesResources_fr French localization message resources for the commons-math library.
 

Exception Summary
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 Error thrown when two dimensions differ.
DuplicateSampleAbscissaException Exeption 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.
 

Package org.apache.commons.math Description

Common classes used throughout the commons-math library.



Copyright (c) 2003-2009 Apache Software Foundation