Uses of Class
org.apache.commons.math3.linear.AbstractRealMatrix

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

Uses of AbstractRealMatrix in org.apache.commons.math3.linear
 

Subclasses of AbstractRealMatrix in org.apache.commons.math3.linear
 class Array2DRowRealMatrix
          Implementation of RealMatrix using a double[][] array to store entries.
 class BlockRealMatrix
          Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.
 class DiagonalMatrix
          Implementation of a diagonal matrix.
 class OpenMapRealMatrix
          Deprecated. As of version 3.1, this class is deprecated, for reasons exposed in this JIRA ticket. This class will be removed in version 4.0.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.