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 | 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 © 2003–2016 The Apache Software Foundation. All rights reserved.