Uses of Interface
org.apache.commons.math.util.DoubleArray
-
Packages that use DoubleArray Package Description org.apache.commons.math.util Convenience routines and common data structures 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 Modifier and Type Class Description class
ResizableDoubleArray
A variable lengthDoubleArray
implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.
-