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

Packages that use AbstractMatrix1D
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 AbstractMatrix1D in org.apache.mahout.math.matrix
 

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

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

Subclasses of AbstractMatrix1D in org.apache.mahout.math.matrix.impl
 class DenseDoubleMatrix1D
          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.
 

Methods in org.apache.mahout.math.matrix.impl that return AbstractMatrix1D
protected  AbstractMatrix1D AbstractMatrix1D.vPart(int index, int width)
          Deprecated. Self modifying version of viewPart().
 

Methods in org.apache.mahout.math.matrix.impl with parameters of type AbstractMatrix1D
 void AbstractMatrix1D.checkSize(AbstractMatrix1D b)
          Deprecated. Sanity check for operations requiring two matrices with the same size.
 



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