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.Classes in org.apache.commons.math3.linear that implement interfaces with type arguments of type RealVector.EntryModifier and TypeClassDescriptionprotected classIterator class to do iteration over just the non-zero elements.protected classThis class should rarely be used, but is here to provide a default implementation of sparseIterator(), which is implemented by walking over the entries, skipping those that are zero.Fields in org.apache.commons.math3.linear declared as RealVector.EntryModifier and TypeFieldDescriptionprivate final RealVector.EntryOpenMapRealVector.OpenMapSparseIterator.currentCurrent entry.private RealVector.EntryRealVector.SparseEntryIterator.currentLast entry returned byRealVector.SparseEntryIterator.next().private RealVector.EntryRealVector.SparseEntryIterator.nextNext 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 voidRealVector.SparseEntryIterator.advance(RealVector.Entry e) Advance an entry up to the next nonzero one.