Package | Description |
---|---|
org.hipparchus.linear |
Linear algebra support.
|
Modifier and Type | Class | Description |
---|---|---|
protected class |
OpenMapRealVector.OpenMapEntry |
Implementation of
Entry optimized for OpenMap. |
Modifier and Type | Method | Description |
---|---|---|
RealVector.Entry |
OpenMapRealVector.OpenMapSparseIterator.next() |
|
RealVector.Entry |
RealVector.SparseEntryIterator.next() |
Modifier and Type | Method | Description |
---|---|---|
Iterator<RealVector.Entry> |
RealVector.iterator() |
Generic dense iterator.
|
Iterator<RealVector.Entry> |
OpenMapRealVector.sparseIterator() |
Create a sparse iterator over the vector, which may omit some entries.
|
Iterator<RealVector.Entry> |
RealVector.sparseIterator() |
Create a sparse iterator over the vector, which may omit some entries.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
RealVector.SparseEntryIterator.advance(RealVector.Entry e) |
Advance an entry up to the next nonzero one.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.