Parallel Colt 0.7.2

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. 
 

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

Constructors in cern.colt.matrix.tdouble.impl with parameters of type MatrixVectorReader
DenseDoubleMatrix2D(MatrixVectorReader r)
          Constructs a matrix from MatrixVectorReader.
SparseDoubleMatrix2D(MatrixVectorReader r)
          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
DenseFloatMatrix2D(MatrixVectorReader r)
          Constructs a matrix from MatrixVectorReader.
SparseFloatMatrix2D(MatrixVectorReader r)
          Constructs a matrix from MatrixVectorReader.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage