| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
DenseColumnDoubleMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
DenseDoubleMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
SparseDoubleMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
| Constructor and Description |
|---|
DenseColumnFloatMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
DenseFloatMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
SparseFloatMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
| Constructor and Description |
|---|
DenseColumnIntMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
SparseIntMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
| Constructor and Description |
|---|
DenseColumnLongMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
SparseLongMatrix2D(MatrixVectorReader reader)
Constructs a matrix from MatrixVectorReader.
|
Jump to the Parallel Colt Homepage