See: Description
Interface | Description |
---|---|
DComplexMatrix1DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
DComplexMatrix2DProcedure |
Interface that represents a condition or procedure object: takes a single
argument and returns a boolean value.
|
Class | Description |
---|---|
DComplexFactory1D |
Factory for convenient construction of 1-d matrices holding complex
cells.
|
DComplexFactory2D |
Factory for convenient construction of 2-d matrices holding complex
cells.
|
DComplexFactory3D |
Factory for convenient construction of 3-d matrices holding complex
cells.
|
DComplexMatrix1D |
Abstract base class for 1-d matrices (aka vectors) holding
complex elements.
|
DComplexMatrix2D |
Abstract base class for 2-d matrices holding complex elements.
|
DComplexMatrix3D |
Abstract base class for 3-d matrices holding complex elements.
|
Jump to the Parallel Colt Homepage