Package | Description |
---|---|
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.tlong |
Matrix interfaces and factories holding elements of long 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMatrix3D.checkShape(AbstractMatrix3D B)
Sanity check for operations requiring two matrices with the same number
of slices, rows and columns.
|
void |
AbstractMatrix3D.checkShape(AbstractMatrix3D B,
AbstractMatrix3D C)
Sanity check for operations requiring matrices with the same number of
slices, rows and columns.
|
static String |
AbstractFormatter.shape(AbstractMatrix3D matrix)
Returns a short string representation describing the shape of the matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
DComplexMatrix3D
Abstract base class for 3-d matrices holding complex elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseDComplexMatrix3D
Dense 3-d matrix holding complex elements.
|
class |
DenseLargeDComplexMatrix3D
Dense 3-d matrix holding complex elements.
Implementation: |
class |
SparseDComplexMatrix3D
Sparse hashed 3-d matrix holding complex elements.
|
class |
WrapperDComplexMatrix3D
3-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleMatrix3D
Abstract base class for 3-d matrices holding double elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseDoubleMatrix3D
Dense 3-d matrix holding double elements.
|
class |
DenseLargeDoubleMatrix3D
Dense 3-d matrix holding double elements.
|
class |
SparseDoubleMatrix3D
Sparse hashed 3-d matrix holding double elements.
|
class |
WrapperDoubleMatrix3D
3-d matrix holding double elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
FComplexMatrix3D
Abstract base class for 3-d matrices holding complex elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseFComplexMatrix3D
Dense 3-d matrix holding complex elements.
|
class |
DenseLargeFComplexMatrix3D
Dense 3-d matrix holding complex elements.
Implementation: |
class |
SparseFComplexMatrix3D
Sparse hashed 3-d matrix holding complex elements.
|
class |
WrapperFComplexMatrix3D
3-d matrix holding complex elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatMatrix3D
Abstract base class for 3-d matrices holding float elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseFloatMatrix3D
Dense 3-d matrix holding float elements.
|
class |
DenseLargeFloatMatrix3D
Dense 3-d matrix holding float elements.
|
class |
SparseFloatMatrix3D
Sparse hashed 3-d matrix holding float elements.
|
class |
WrapperFloatMatrix3D
3-d matrix holding float elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
IntMatrix3D
Abstract base class for 3-d matrices holding int elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseIntMatrix3D
Dense 3-d matrix holding int elements.
|
class |
DenseLargeIntMatrix3D
Dense 3-d matrix holding int elements.
|
class |
SparseIntMatrix3D
Sparse hashed 3-d matrix holding int elements.
|
class |
WrapperIntMatrix3D
3-d matrix holding int elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
LongMatrix3D
Abstract base class for 3-d matrices holding int elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseLargeLongMatrix3D
Dense 3-d matrix holding long elements.
|
class |
DenseLongMatrix3D
Dense 3-d matrix holding int elements.
|
class |
SparseLongMatrix3D
Sparse hashed 3-d matrix holding long elements.
|
class |
WrapperLongMatrix3D
3-d matrix holding long elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectMatrix3D
Abstract base class for 3-d matrices holding Object elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseLargeObjectMatrix3D
Dense 3-d matrix holding Object elements.
|
class |
DenseObjectMatrix3D
Dense 3-d matrix holding Object elements.
|
class |
SparseObjectMatrix3D
Sparse hashed 3-d matrix holding Object elements.
|
class |
WrapperObjectMatrix3D
3-d matrix holding Object elements; either a view wrapping another
matrix or a matrix whose views are wrappers.
|
Jump to the Parallel Colt Homepage