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

Packages that use AbstractMatrix3D
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
 

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

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

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

Subclasses of AbstractMatrix3D in org.apache.mahout.math.matrix.impl
 class DenseDoubleMatrix3D
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class SparseDoubleMatrix3D
          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 AbstractMatrix3D
protected  AbstractMatrix3D AbstractMatrix3D.vColumnFlip()
          Deprecated. Self modifying version of viewColumnFlip().
protected  AbstractMatrix3D AbstractMatrix3D.vDice(int axis0, int axis1, int axis2)
          Deprecated. Self modifying version of viewDice().
protected  AbstractMatrix3D AbstractMatrix3D.vPart(int slice, int row, int column, int depth, int height, int width)
          Deprecated. Self modifying version of viewPart().
protected  AbstractMatrix3D AbstractMatrix3D.vRowFlip()
          Deprecated. Self modifying version of viewRowFlip().
protected  AbstractMatrix3D AbstractMatrix3D.vSliceFlip()
          Deprecated. Self modifying version of viewSliceFlip().
protected  AbstractMatrix3D AbstractMatrix3D.vStrides(int sliceStride, int rowStride, int columnStride)
          Deprecated. Self modifying version of viewStrides().
 

Methods in org.apache.mahout.math.matrix.impl with parameters of type AbstractMatrix3D
 void AbstractMatrix3D.checkShape(AbstractMatrix3D B)
          Deprecated. Sanity check for operations requiring two matrices with the same number of slices, rows and columns.
 void AbstractMatrix3D.checkShape(AbstractMatrix3D B, AbstractMatrix3D C)
          Deprecated. Sanity check for operations requiring matrices with the same number of slices, rows and columns.
static java.lang.String AbstractFormatter.shape(AbstractMatrix3D matrix)
          Deprecated. Returns a short string representation describing the shape of the matrix.
 



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