Uses of Class
org.apache.mahout.math.matrix.impl.AbstractMatrix

Packages that use AbstractMatrix
org.apache.mahout.math.matrix   
org.apache.mahout.math.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of org.apache.mahout.math.matrix, without subsetting or supersetting
 

Uses of AbstractMatrix in org.apache.mahout.math.matrix
 

Subclasses of AbstractMatrix in org.apache.mahout.math.matrix
 class DoubleMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class DoubleMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Uses of AbstractMatrix in org.apache.mahout.math.matrix.impl
 

Subclasses of AbstractMatrix in org.apache.mahout.math.matrix.impl
 class AbstractMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class AbstractMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class DenseDoubleMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class DenseDoubleMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class SparseDoubleMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class SparseDoubleMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.