Uses of Class
org.apache.commons.math.util.ExpandableDoubleArray

Packages that use ExpandableDoubleArray
org.apache.commons.math.util Convience routines and common data structure used throughout the commons-math library. 
 

Uses of ExpandableDoubleArray in org.apache.commons.math.util
 

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



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