Parallel Colt 0.7.2

Uses of Class
cern.colt.matrix.AbstractMatrix1D

Packages that use AbstractMatrix1D
cern.colt.matrix Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3-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
cern.colt.matrix.tdcomplex Matrix interfaces and factories holding elements of dcomplex data type. 
cern.colt.matrix.tdcomplex.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type. 
cern.colt.matrix.tdouble Matrix interfaces and factories holding elements of double data type. 
cern.colt.matrix.tdouble.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type. 
cern.colt.matrix.tfcomplex Matrix interfaces and factories holding elements of fcomplex data type. 
cern.colt.matrix.tfcomplex.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of fcomplex data type. 
cern.colt.matrix.tfloat Matrix interfaces and factories holding elements of float data type. 
cern.colt.matrix.tfloat.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
cern.colt.matrix.tint Matrix interfaces and factories holding elements of int data type. 
cern.colt.matrix.tint.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type. 
cern.colt.matrix.tobject Matrix interfaces and factories holding elements of Object data type. 
cern.colt.matrix.tobject.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type. 
 

Uses of AbstractMatrix1D in cern.colt.matrix
 

Methods in cern.colt.matrix with parameters of type AbstractMatrix1D
 void AbstractMatrix1D.checkSize(AbstractMatrix1D B)
          Sanity check for operations requiring two matrices with the same size.
static String AbstractFormatter.shape(AbstractMatrix1D matrix)
          Returns a short string representation describing the shape of the matrix.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tdcomplex
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tdcomplex
 class DComplexMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding complex elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tdcomplex.impl
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tdcomplex.impl
 class DenseDComplexMatrix1D
          Dense 1-d matrix (aka vector) holding complex elements.
 class SparseDComplexMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding complex elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tdouble
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tdouble
 class DoubleMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding double elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tdouble.impl
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tdouble.impl
 class DenseDoubleMatrix1D
          Dense 1-d matrix (aka vector) holding double elements.
 class SparseDoubleMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding double elements.
 class WrapperDoubleMatrix1D
          1-d matrix holding double elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tfcomplex
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tfcomplex
 class FComplexMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding complex elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tfcomplex.impl
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tfcomplex.impl
 class DenseFComplexMatrix1D
          Dense 1-d matrix (aka vector) holding complex elements.
 class SparseFComplexMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding complex elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tfloat
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tfloat
 class FloatMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding float elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tfloat.impl
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tfloat.impl
 class DenseFloatMatrix1D
          Dense 1-d matrix (aka vector) holding float elements.
 class SparseFloatMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding float elements.
 class WrapperFloatMatrix1D
          1-d matrix holding float elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tint
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tint
 class IntMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding int elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tint.impl
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tint.impl
 class DenseIntMatrix1D
          Dense 1-d matrix (aka vector) holding int elements.
 class SparseIntMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding int elements.
 class WrapperIntMatrix1D
          1-d matrix holding int elements; either a view wrapping another matrix or a matrix whose views are wrappers.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tobject
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tobject
 class ObjectMatrix1D
          Abstract base class for 1-d matrices (aka vectors) holding Object elements.
 

Uses of AbstractMatrix1D in cern.colt.matrix.tobject.impl
 

Subclasses of AbstractMatrix1D in cern.colt.matrix.tobject.impl
 class DenseObjectMatrix1D
          Dense 1-d matrix (aka vector) holding Object elements.
 class SparseObjectMatrix1D
          Sparse hashed 1-d matrix (aka vector) holding Object elements.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage