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.Iterator |
OpenMapRealVector.OpenMapEntry.iter
Iterator pointing to the entry.
|
private OpenIntToDoubleHashMap.Iterator |
OpenMapRealVector.OpenMapSparseIterator.iter
Underlying iterator.
|
Constructor and Description |
---|
OpenMapEntry(OpenIntToDoubleHashMap.Iterator iter)
Build an entry from an iterator point to an element.
|
Modifier and Type | Method and Description |
---|---|
OpenIntToDoubleHashMap.Iterator |
OpenIntToDoubleHashMap.iterator()
Get an iterator over map elements.
|