Parallel Colt 0.9.4

Uses of Class
cern.colt.matrix.io.MatrixVectorReader

Packages that use MatrixVectorReader
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.tfloat.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float 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.tlong.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type. 
 

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

Constructors in cern.colt.matrix.tdouble.impl with parameters of type MatrixVectorReader
DenseColumnDoubleMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
DenseDoubleMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
SparseDoubleMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
 

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

Constructors in cern.colt.matrix.tfloat.impl with parameters of type MatrixVectorReader
DenseColumnFloatMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
DenseFloatMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
SparseFloatMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
 

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

Constructors in cern.colt.matrix.tint.impl with parameters of type MatrixVectorReader
DenseColumnIntMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
SparseIntMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
 

Uses of MatrixVectorReader in cern.colt.matrix.tlong.impl
 

Constructors in cern.colt.matrix.tlong.impl with parameters of type MatrixVectorReader
DenseColumnLongMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
SparseLongMatrix2D(MatrixVectorReader reader)
          Constructs a matrix from MatrixVectorReader.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage