Uses of Class
org.apache.commons.math3.util.OpenIntToDoubleHashMap
Packages that use OpenIntToDoubleHashMap
Package
Description
Linear algebra support.
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 OpenIntToDoubleHashMapModifier and TypeFieldDescriptionprivate final OpenIntToDoubleHashMap
OpenMapRealMatrix.entries
Storage for (sparse) matrix elements.private final OpenIntToDoubleHashMap
OpenMapRealVector.entries
Entries of the vector.Methods in org.apache.commons.math3.linear that return OpenIntToDoubleHashMapModifier and TypeMethodDescriptionprivate 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 OpenIntToDoubleHashMapModifierConstructorDescriptionCopy constructor.