Uses of Class
org.apache.commons.math3.linear.RealVector.Entry

Packages that use RealVector.Entry
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of RealVector.Entry in org.apache.commons.math3.linear
 

Subclasses of RealVector.Entry in org.apache.commons.math3.linear
protected  class OpenMapRealVector.OpenMapEntry
          Deprecated. Implementation of Entry optimized for OpenMap.
 

Methods in org.apache.commons.math3.linear that return RealVector.Entry
 RealVector.Entry OpenMapRealVector.OpenMapSparseIterator.next()
          
 RealVector.Entry RealVector.SparseEntryIterator.next()
          Deprecated. 
 

Methods in org.apache.commons.math3.linear that return types with arguments of type RealVector.Entry
 Iterator<RealVector.Entry> RealVector.iterator()
          Generic dense iterator.
 Iterator<RealVector.Entry> OpenMapRealVector.sparseIterator()
          Deprecated. Create a sparse iterator over the vector, which may omit some entries.
 Iterator<RealVector.Entry> RealVector.sparseIterator()
          Deprecated. As of 3.1, this method is deprecated, because its interface is too confusing (see JIRA MATH-875). This method will be completely removed in 4.0.
 

Methods in org.apache.commons.math3.linear with parameters of type RealVector.Entry
protected  void RealVector.SparseEntryIterator.advance(RealVector.Entry e)
          Deprecated. Advance an entry up to the next nonzero one.
 



Copyright © 2017 CNES. All Rights Reserved.