Uses of Class
org.hipparchus.linear.RealVector.Entry
Packages that use RealVector.Entry
-
Uses of RealVector.Entry in org.hipparchus.linear
Subclasses of RealVector.Entry in org.hipparchus.linearModifier and TypeClassDescriptionprotected class
Implementation ofEntry
optimized for OpenMap.Methods in org.hipparchus.linear that return RealVector.EntryModifier and TypeMethodDescriptionOpenMapRealVector.OpenMapSparseIterator.next()
RealVector.SparseEntryIterator.next()
Methods in org.hipparchus.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.hipparchus.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.