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

Packages that use org.apache.mahout.math.matrix
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.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 used by org.apache.mahout.math.matrix
DoubleFactory1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleFactory2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleMatrix1DProcedure
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleMatrix2D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

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

Classes in org.apache.mahout.math.matrix used by org.apache.mahout.math.matrix.linalg
DoubleMatrix1D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
DoubleMatrix2D
          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.