See: Description
| Interface | Description |
|---|---|
| IntMatrix1DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
| IntMatrix2DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
| IntMatrix3DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
| Class | Description |
|---|---|
| IntFactory1D |
Factory for convenient construction of 1-d matrices holding int
cells.
|
| IntFactory2D |
Factory for convenient construction of 2-d matrices holding int
cells.
|
| IntFactory3D |
Factory for convenient construction of 3-d matrices holding int
cells.
|
| IntMatrix1D |
Abstract base class for 1-d matrices (aka vectors) holding
int elements.
|
| IntMatrix2D |
Abstract base class for 2-d matrices holding int elements.
|
| IntMatrix3D |
Abstract base class for 3-d matrices holding int elements.
|
Jump to the Parallel Colt Homepage