| Package | Description |
|---|---|
| org.apache.commons.math3.linear |
Linear algebra support.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
OpenMapRealVector.OpenMapEntry
Implementation of
Entry optimized for OpenMap. |
| Modifier and Type | Field and Description |
|---|---|
private RealVector.Entry |
RealVector.SparseEntryIterator.current
Last entry returned by
RealVector.SparseEntryIterator.next(). |
private RealVector.Entry |
OpenMapRealVector.OpenMapSparseIterator.current
Current entry.
|
private RealVector.Entry |
RealVector.SparseEntryIterator.next
Next entry for
RealVector.SparseEntryIterator.next() to return. |
| Modifier and Type | Method and Description |
|---|---|
RealVector.Entry |
RealVector.SparseEntryIterator.next() |
RealVector.Entry |
OpenMapRealVector.OpenMapSparseIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<RealVector.Entry> |
RealVector.iterator()
Generic dense iterator.
|
java.util.Iterator<RealVector.Entry> |
RealVector.sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.
|
java.util.Iterator<RealVector.Entry> |
OpenMapRealVector.sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RealVector.SparseEntryIterator.advance(RealVector.Entry e)
Advance an entry up to the next nonzero one.
|