|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealVector.Entry | |
---|---|
org.apache.commons.math.linear | Linear algebra support. |
Uses of RealVector.Entry in org.apache.commons.math.linear |
---|
Subclasses of RealVector.Entry in org.apache.commons.math.linear | |
---|---|
protected class |
AbstractRealVector.EntryImpl
An entry in the vector. |
protected class |
OpenMapRealVector.OpenMapEntry
Implementation of Entry optimized for OpenMap. |
Methods in org.apache.commons.math.linear that return RealVector.Entry | |
---|---|
RealVector.Entry |
AbstractRealVector.SparseEntryIterator.next()
|
RealVector.Entry |
OpenMapRealVector.OpenMapSparseIterator.next()
|
Methods in org.apache.commons.math.linear that return types with arguments of type RealVector.Entry | |
---|---|
Iterator<RealVector.Entry> |
AbstractRealVector.iterator()
Generic dense iterator. |
Iterator<RealVector.Entry> |
RealVector.iterator()
Generic dense iterator. |
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> |
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> |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |