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.
|
Modifier and Type | Field and Description |
---|---|
private OpenIntToFieldHashMap<T> |
SparseFieldMatrix.entries
Storage for (sparse) matrix elements.
|
private OpenIntToFieldHashMap<T> |
SparseFieldVector.entries
Entries of the vector.
|
Modifier and Type | Method and Description |
---|---|
private OpenIntToFieldHashMap<T> |
SparseFieldVector.getEntries()
Get the entries of this instance.
|
Constructor and Description |
---|
OpenIntToFieldHashMap(OpenIntToFieldHashMap<T> source)
Copy constructor.
|