Uses of Class
org.apache.commons.math3.linear.RealVector.Entry
-
Packages that use RealVector.Entry Package Description org.apache.commons.math3.linear Linear algebra support. -
-
Uses of RealVector.Entry in org.apache.commons.math3.linear
Subclasses of RealVector.Entry in org.apache.commons.math3.linear Modifier and Type Class Description protected class
OpenMapRealVector.OpenMapEntry
Implementation ofEntry
optimized for OpenMap.Fields in org.apache.commons.math3.linear declared as RealVector.Entry Modifier and Type Field Description private RealVector.Entry
OpenMapRealVector.OpenMapSparseIterator. current
Current entry.private RealVector.Entry
RealVector.SparseEntryIterator. current
Last entry returned byRealVector.SparseEntryIterator.next()
.private RealVector.Entry
RealVector.SparseEntryIterator. next
Next entry forRealVector.SparseEntryIterator.next()
to return.Methods in org.apache.commons.math3.linear that return RealVector.Entry Modifier and Type Method Description RealVector.Entry
OpenMapRealVector.OpenMapSparseIterator. next()
RealVector.Entry
RealVector.SparseEntryIterator. next()
Methods in org.apache.commons.math3.linear that return types with arguments of type RealVector.Entry Modifier and Type Method Description java.util.Iterator<RealVector.Entry>
RealVector. iterator()
Generic dense iterator.java.util.Iterator<RealVector.Entry>
OpenMapRealVector. sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.java.util.Iterator<RealVector.Entry>
RealVector. sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.Methods in org.apache.commons.math3.linear with parameters of type RealVector.Entry Modifier and Type Method Description protected void
RealVector.SparseEntryIterator. advance(RealVector.Entry e)
Advance an entry up to the next nonzero one.
-