Uses of Class
org.apache.commons.math3.util.OpenIntToFieldHashMap
-
Packages that use OpenIntToFieldHashMap 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 OpenIntToFieldHashMap in org.apache.commons.math3.linear
Fields in org.apache.commons.math3.linear declared as OpenIntToFieldHashMap Modifier and Type Field Description private OpenIntToFieldHashMap<T>
SparseFieldMatrix. entries
Storage for (sparse) matrix elements.private OpenIntToFieldHashMap<T>
SparseFieldVector. entries
Entries of the vector.Methods in org.apache.commons.math3.linear that return OpenIntToFieldHashMap Modifier and Type Method Description private 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 OpenIntToFieldHashMap Constructor Description OpenIntToFieldHashMap(OpenIntToFieldHashMap<T> source)
Copy constructor.
-