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. |