Uses of Package
org.apache.commons.math.util

Packages that use org.apache.commons.math.util
org.apache.commons.math.stat Data storage, manipulation and summary routines. 
org.apache.commons.math.util Convience routines and common data structure used throughout the commons-math library. 
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.stat
ContractableDoubleArray
           A variable length double array implementation and extension of ExpandableDoubleArray which automatically handles expanding and contracting double arrays.
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.util
DoubleArray
          Provides a single interface for dealing with various flavors of double arrays.
ExpandableDoubleArray
           A DoubleArray implementation which automatically expands an internal double array to handle an array of arbitrary length.
NumberTransformer
          Subclasses implementing this interface can transform Objects to doubles.
 



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