Uses of Class
org.apache.commons.math3.util.OpenIntToFieldHashMap
Packages that use OpenIntToFieldHashMap
Package
Description
Linear algebra support.
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of OpenIntToFieldHashMap in org.apache.commons.math3.linear
Fields in org.apache.commons.math3.linear declared as OpenIntToFieldHashMapModifier and TypeFieldDescriptionprivate final OpenIntToFieldHashMap
<T> SparseFieldMatrix.entries
Storage for (sparse) matrix elements.private final OpenIntToFieldHashMap
<T> SparseFieldVector.entries
Entries of the vector.Methods in org.apache.commons.math3.linear that return OpenIntToFieldHashMapModifier and TypeMethodDescriptionprivate OpenIntToFieldHashMap
<T> SparseFieldVector.getEntries()
Get the entries of this instance. -
Uses of OpenIntToFieldHashMap in org.apache.commons.math3.util
Constructors in org.apache.commons.math3.util with parameters of type OpenIntToFieldHashMapModifierConstructorDescriptionOpenIntToFieldHashMap
(OpenIntToFieldHashMap<T> source) Copy constructor.