Uses of Interface
org.apache.commons.math.util.DoubleArray

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

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

Classes in org.apache.commons.math.util that implement DoubleArray
 class ContractableDoubleArray
           A variable length double array implementation and extension of ExpandableDoubleArray which automatically handles expanding and contracting double arrays.
 class ExpandableDoubleArray
           A DoubleArray implementation which automatically expands an internal double array to handle an array of arbitrary length.
 class FixedDoubleArray
           Provides an implementation of the DoubleArray with a maximum number of elements.
 



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