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

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

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.doublealgo
 

Methods in org.apache.mahout.math.matrix.doublealgo with parameters of type AbstractMatrix1D
protected  java.lang.String Formatter.form(AbstractMatrix1D matrix, int index, Former formatter)
          Deprecated. Converts a given cell to a String; no alignment considered.
 

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.vFlip()
          Deprecated. Self modifying version of viewFlip().
protected  AbstractMatrix1D AbstractMatrix1D.vPart(int index, int width)
          Deprecated. Self modifying version of viewPart().
protected  AbstractMatrix1D AbstractMatrix1D.vStrides(int stride)
          Deprecated. Self modifying version of viewStrides().
 

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.
protected abstract  java.lang.String AbstractFormatter.form(AbstractMatrix1D matrix, int index, Former formatter)
          Deprecated. Converts a given cell to a String; no alignment considered.
protected  java.lang.String[] AbstractFormatter.formatRow(AbstractMatrix1D vector)
          Deprecated. Returns a string representations of all cells; no alignment considered.
 



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