Uses of Class
org.apache.commons.math4.util.ResizableDoubleArray
-
Packages that use ResizableDoubleArray Package Description org.apache.commons.math4.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of ResizableDoubleArray in org.apache.commons.math4.util
Methods in org.apache.commons.math4.util that return ResizableDoubleArray Modifier and Type Method Description ResizableDoubleArrayResizableDoubleArray. copy()Returns a copy of the ResizableDoubleArray.Constructors in org.apache.commons.math4.util with parameters of type ResizableDoubleArray Constructor Description ResizableDoubleArray(ResizableDoubleArray original)Copy constructor.
-