|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DoubleArray | Provides a standard interface for double arrays. |
Incrementor.MaxCountExceededCallback | Defines a method to be called at counter exhaustion. |
IterationListener | The listener interface for receiving events occurring in an iterative algorithm. |
NumberTransformer | Subclasses implementing this interface can transform Objects to doubles. |
Class Summary | |
---|---|
ArithmeticUtils | Some useful, arithmetics related, additions to the built-in functions in
Math . |
BigReal | Arbitrary precision decimal number. |
BigRealField | Representation of real numbers with arbitrary precision field. |
BigRealField.LazyHolder | Holder for the instance. |
CompositeFormat | Base class for formatters of composite objects (complex numbers, vectors ...). |
ContinuedFraction | Provides a generic means to evaluate continued fractions. |
DefaultTransformer | A Default NumberTransformer for java.lang.Numbers and Numeric Strings. |
FastMath | Faster, more accurate, portable alternative to Math and
StrictMath for large scale computation. |
FastMath.ExpFracTable | Enclose large data table in nested static class so it's only loaded on first access. |
FastMath.ExpIntTable | Enclose large data table in nested static class so it's only loaded on first access. |
FastMath.lnMant | Enclose large data table in nested static class so it's only loaded on first access. |
FastMathCalc | Class used to compute the classical functions tables. |
FastMathLiteralArrays | Utility class for loading tabulated data used by FastMath . |
Incrementor | Utility that increments a counter until a maximum is reached, at
which point, the instance will by default throw a
MaxCountExceededException . |
IterationEvent | The root class from which all events occurring while running an
IterationManager should be derived. |
IterationManager | This abstract class provides a general framework for managing iterative algorithms. |
MathArrays | Arrays utilities. |
MathUtils | Miscellaneous utility functions. |
MultidimensionalCounter | Converter between unidimensional storage structure and multidimensional conceptual structure. |
OpenIntToDoubleHashMap | Open addressed map from int to double. |
OpenIntToFieldHashMap<T extends FieldElement<T>> | Open addressed map from int to FieldElement. |
Pair<K,V> | Generic pair. |
Precision | Utilities for comparing numbers. |
ResizableDoubleArray |
A variable length DoubleArray implementation that automatically
handles expanding and contracting its internal storage array as elements
are added and removed. |
TransformerMap | This TansformerMap automates the transformation of mixed object types. |
Enum Summary | |
---|---|
MathArrays.OrderDirection | Specification of ordering direction. |
Convenience routines and common data structures used throughout the commons-math library.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |