Uses of Class
org.apache.commons.math.linear.RealVector.Entry
Packages that use RealVector.Entry
-
Uses of RealVector.Entry in org.apache.commons.math.linear
Subclasses of RealVector.Entry in org.apache.commons.math.linearModifier and TypeClassDescriptionprotected class
An entry in the vector.protected class
Implementation ofEntry
optimized for OpenMap.Methods in org.apache.commons.math.linear that return RealVector.EntryModifier and TypeMethodDescriptionAbstractRealVector.SparseEntryIterator.next()
OpenMapRealVector.OpenMapSparseIterator.next()
Methods in org.apache.commons.math.linear that return types with arguments of type RealVector.EntryModifier and TypeMethodDescriptionAbstractRealVector.iterator()
Generic dense iterator.RealVector.iterator()
Generic dense iterator.AbstractRealVector.sparseIterator()
Specialized implementations may choose to not iterate over all dimensions, either because those values are unset, or are equal to defaultValue(), or are small enough to be ignored for the purposes of iteration.OpenMapRealVector.sparseIterator()
Specialized implementations may choose to not iterate over all dimensions, either because those values are unset, or are equal to defaultValue(), or are small enough to be ignored for the purposes of iteration.RealVector.sparseIterator()
Specialized implementations may choose to not iterate over all dimensions, either because those values are unset, or are equal to defaultValue(), or are small enough to be ignored for the purposes of iteration.