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