See: Description
Interface | Description |
---|---|
LongMatrix1DProcedure |
Longerface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
LongMatrix2DProcedure |
Longerface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
LongMatrix3DProcedure |
Longerface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
Class | Description |
---|---|
LongFactory1D |
Factory for convenient construction of 1-d matrices holding int
cells.
|
LongFactory2D |
Factory for convenient construction of 2-d matrices holding int
cells.
|
LongFactory3D |
Factory for convenient construction of 3-d matrices holding int
cells.
|
LongMatrix1D |
Abstract base class for 1-d matrices (aka vectors) holding
int elements.
|
LongMatrix2D |
Abstract base class for 2-d matrices holding int elements.
|
LongMatrix3D |
Abstract base class for 3-d matrices holding int elements.
|
Jump to the Parallel Colt Homepage