See: Description
| Interface | Description |
|---|---|
| FloatMatrix1DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
| FloatMatrix2DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
| FloatMatrix3DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
| Class | Description |
|---|---|
| FloatFactory1D |
Factory for convenient construction of 1-d matrices holding float
cells.
|
| FloatFactory2D |
Factory for convenient construction of 2-d matrices holding float
cells.
|
| FloatFactory3D |
Factory for convenient construction of 3-d matrices holding float
cells.
|
| FloatMatrix1D |
Abstract base class for 1-d matrices (aka vectors) holding
float elements.
|
| FloatMatrix2D |
Abstract base class for 2-d matrices holding float elements.
|
| FloatMatrix3D |
Abstract base class for 3-d matrices holding float elements.
|
Jump to the Parallel Colt Homepage