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

Packages that use org.apache.commons.math.util
org.apache.commons.math.complex Complex number type and implementations of complex transcendental functions. 
org.apache.commons.math.geometry This package provides basic 3D geometry components. 
org.apache.commons.math.linear Linear algebra support. 
org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects. 
org.apache.commons.math.util Convenience routines and common data structures used throughout the commons-math library. 
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.complex
CompositeFormat
          Base class for formatters of composite objects (complex numbers, vectors ...).
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.geometry
CompositeFormat
          Base class for formatters of composite objects (complex numbers, vectors ...).
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.linear
CompositeFormat
          Base class for formatters of composite objects (complex numbers, vectors ...).
OpenIntToDoubleHashMap.Iterator
          Iterator class for the map.
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.stat.descriptive
ResizableDoubleArray
           A variable length DoubleArray implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.
 

Classes in org.apache.commons.math.util used by org.apache.commons.math.util
BigReal
          Arbitrary precision decimal number.
BigRealField
          Representation of real numbers with arbitrary precision field.
DoubleArray
          Provides a standard interface for double arrays.
NumberTransformer
          Subclasses implementing this interface can transform Objects to doubles.
OpenIntToDoubleHashMap
          Open addressed map from int to double.
OpenIntToDoubleHashMap.Iterator
          Iterator class for the map.
OpenIntToFieldHashMap
          Open addressed map from int to FieldElement.
OpenIntToFieldHashMap.Iterator
          Iterator class for the map.
ResizableDoubleArray
           A variable length DoubleArray implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.