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 classImplementation ofEntryoptimized for OpenMap.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 voidRealVector.SparseEntryIterator.advance(RealVector.Entry e) Advance an entry up to the next nonzero one.