| Package | Description | 
|---|---|
| org.hipparchus.linear | Linear algebra support. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | OpenMapRealVector.OpenMapEntryImplementation of  Entryoptimized for OpenMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| RealVector.Entry | RealVector.SparseEntryIterator. next() | 
| RealVector.Entry | OpenMapRealVector.OpenMapSparseIterator. next() | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<RealVector.Entry> | RealVector. iterator()Generic dense iterator. | 
| Iterator<RealVector.Entry> | RealVector. sparseIterator()Create a sparse iterator over the vector, which may omit some entries. | 
| 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. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.