Package org.apache.commons.math.util

Convience routines and common data structure used throughout the commons-math library.

See:
          Description

Interface Summary
DoubleArray Provides a single interface for dealing with various flavors of double arrays.
NumberTransformer Subclasses implementing this interface can transform Objects to doubles.
 

Class Summary
ContinuedFraction Provides a generic means to evaluate continued fractions.
ContractableDoubleArray A variable length double array implementation and extension of ExpandableDoubleArray which automatically handles expanding and contracting double arrays.
DefaultTransformer A Default NumberTransformer for java.lang.Numbers and Numeric Strings.
ExpandableDoubleArray A DoubleArray implementation which automatically expands an internal double array to handle an array of arbitrary length.
FixedDoubleArray Provides an implementation of the DoubleArray with a maximum number of elements.
MathUtils Some useful additions to the built-in functions in Math.
TransformerMap This TansformerMap automates the transformation of of mixed object types.
 

Package org.apache.commons.math.util Description

Convience routines and common data structure used throughout the commons-math library.



Copyright © 2003-2004 Apache Software Foundation. All Rights Reserved.