Uses of Class
org.apache.commons.math3.linear.RealVector.Entry
Packages that use RealVector.Entry
-
Uses of RealVector.Entry in org.apache.commons.math3.linear
Subclasses of RealVector.Entry in org.apache.commons.math3.linearModifier and TypeClassDescriptionprotected class
Implementation ofEntry
optimized for OpenMap.Fields in org.apache.commons.math3.linear declared as RealVector.EntryModifier and TypeFieldDescriptionprivate final 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.EntryModifier and TypeMethodDescriptionOpenMapRealVector.OpenMapSparseIterator.next()
RealVector.SparseEntryIterator.next()
Methods in org.apache.commons.math3.linear that return types with arguments of type RealVector.EntryModifier and TypeMethodDescriptionRealVector.iterator()
Generic dense iterator.OpenMapRealVector.sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.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.EntryModifier and TypeMethodDescriptionprotected void
RealVector.SparseEntryIterator.advance
(RealVector.Entry e) Advance an entry up to the next nonzero one.