Package | Description |
---|---|
org.apache.commons.math.linear |
Linear algebra support.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRealVector.EntryImpl
An entry in the vector.
|
protected class |
OpenMapRealVector.OpenMapEntry
Implementation of
Entry optimized for OpenMap. |
Modifier and Type | Method and Description |
---|---|
RealVector.Entry |
AbstractRealVector.SparseEntryIterator.next() |
RealVector.Entry |
OpenMapRealVector.OpenMapSparseIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<RealVector.Entry> |
RealVector.iterator()
Generic dense iterator.
|
Iterator<RealVector.Entry> |
AbstractRealVector.iterator()
Generic dense iterator.
|
Iterator<RealVector.Entry> |
RealVector.sparseIterator()
Specialized implementations may choose to not iterate over all
dimensions, either because those values are unset, or are equal
to defaultValue(), or are small enough to be ignored for the
purposes of iteration.
|
Iterator<RealVector.Entry> |
AbstractRealVector.sparseIterator()
Specialized implementations may choose to not iterate over all
dimensions, either because those values are unset, or are equal
to defaultValue(), or are small enough to be ignored for the
purposes of iteration.
|
Iterator<RealVector.Entry> |
OpenMapRealVector.sparseIterator()
Specialized implementations may choose to not iterate over all
dimensions, either because those values are unset, or are equal
to defaultValue(), or are small enough to be ignored for the
purposes of iteration.
|
Copyright © 2003–2018. All rights reserved.