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 OpenIntToDoubleHashMapOpenMapRealMatrix.entriesStorage for (sparse) matrix elements.private final OpenIntToDoubleHashMapOpenMapRealVector.entriesEntries of the vector.Methods in org.apache.commons.math3.linear that return OpenIntToDoubleHashMapModifier and TypeMethodDescriptionprivate OpenIntToDoubleHashMapOpenMapRealVector.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.