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

Packages that use AbstractMatrix
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of AbstractMatrix in org.apache.mahout.math
 

Subclasses of AbstractMatrix in org.apache.mahout.math
 class DenseMatrix
          Matrix of doubles implemented using a 2-d array
 class DiagonalMatrix
           
 class MatrixView
          Implements subset view of a Matrix
 class PivotedMatrix
          Matrix that allows transparent row and column permutation.
 class RandomTrinaryMatrix
          Random matrix.
 class SparseColumnMatrix
          sparse matrix with general element values whose columns are accessible quickly.
 class SparseMatrix
          Doubly sparse matrix.
 class SparseRowMatrix
          sparse matrix with general element values whose rows are accessible quickly.
 



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