Uses of Interface
org.apache.commons.math3.util.DoubleArray
Packages that use DoubleArray
Package
Description
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of DoubleArray in org.apache.commons.math3.util
Classes in org.apache.commons.math3.util that implement DoubleArrayModifier and TypeClassDescriptionclass
A variable lengthDoubleArray
implementation that automatically handles expanding and contracting its internal storage array as elements are added and removed.