Uses of Class
org.apache.commons.math3.util.OpenIntToDoubleHashMap
-
Packages that use OpenIntToDoubleHashMap Package Description org.apache.commons.math3.linear Linear algebra support.org.apache.commons.math3.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of OpenIntToDoubleHashMap in org.apache.commons.math3.linear
Fields in org.apache.commons.math3.linear declared as OpenIntToDoubleHashMap Modifier and Type Field Description private OpenIntToDoubleHashMap
OpenMapRealMatrix. entries
Storage for (sparse) matrix elements.private OpenIntToDoubleHashMap
OpenMapRealVector. entries
Entries of the vector.Methods in org.apache.commons.math3.linear that return OpenIntToDoubleHashMap Modifier and Type Method Description private OpenIntToDoubleHashMap
OpenMapRealVector. getEntries()
Get the entries of this instance. -
Uses of OpenIntToDoubleHashMap in org.apache.commons.math3.util
Constructors in org.apache.commons.math3.util with parameters of type OpenIntToDoubleHashMap Constructor Description OpenIntToDoubleHashMap(OpenIntToDoubleHashMap source)
Copy constructor.
-