Uses of Class
org.hipparchus.linear.RealVector.Entry
-
Packages that use RealVector.Entry Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of RealVector.Entry in org.hipparchus.linear
Subclasses of RealVector.Entry in org.hipparchus.linear Modifier and Type Class Description protected class
OpenMapRealVector.OpenMapEntry
Implementation ofEntry
optimized for OpenMap.Methods in org.hipparchus.linear that return RealVector.Entry Modifier and Type Method Description RealVector.Entry
OpenMapRealVector.OpenMapSparseIterator. next()
RealVector.Entry
RealVector.SparseEntryIterator. next()
Methods in org.hipparchus.linear that return types with arguments of type RealVector.Entry Modifier and Type Method Description Iterator<RealVector.Entry>
RealVector. iterator()
Generic dense iterator.Iterator<RealVector.Entry>
OpenMapRealVector. sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.Iterator<RealVector.Entry>
RealVector. sparseIterator()
Create a sparse iterator over the vector, which may omit some entries.Methods in org.hipparchus.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.
-