Uses of Class
org.hipparchus.linear.RealVector.Entry
-
Uses of RealVector.Entry in org.hipparchus.linear
Modifier and TypeClassDescriptionprotected class
Implementation ofEntry
optimized for OpenMap.Modifier and TypeMethodDescriptionOpenMapRealVector.OpenMapSparseIterator.next()
RealVector.SparseEntryIterator.next()
Modifier 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.Modifier and TypeMethodDescriptionprotected void
RealVector.SparseEntryIterator.advance
(RealVector.Entry e) Advance an entry up to the next nonzero one.