Uses of Package
org.apache.mahout.math.matrix.impl

Packages that use org.apache.mahout.math.matrix.impl
org.apache.mahout.math.matrix Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes
org.apache.mahout.math.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. 
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
org.apache.mahout.math.matrix.linalg Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
 

Classes in org.apache.mahout.math.matrix.impl used by org.apache.mahout.math.matrix
AbstractMatrix
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix3D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Classes in org.apache.mahout.math.matrix.impl used by org.apache.mahout.math.matrix.doublealgo
AbstractFormatter
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
Former
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Classes in org.apache.mahout.math.matrix.impl used by org.apache.mahout.math.matrix.impl
AbstractMatrix
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
AbstractMatrix3D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
Former
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Classes in org.apache.mahout.math.matrix.impl used by org.apache.mahout.math.matrix.linalg
AbstractMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 



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