Package | Description |
---|---|
cern.colt.matrix.tfloat |
Matrix interfaces and factories holding elements of float data type.
|
cern.colt.matrix.tfloat.algo |
Linear Algebraic matrix computations operating on
FloatMatrix2D
and FloatMatrix1D . |
Modifier and Type | Method and Description |
---|---|
FloatMatrix3D |
FloatMatrix3D.viewSelection(FloatMatrix2DProcedure condition)
Constructs and returns a new selection view that is a matrix
holding all slices matching the given condition.
|
Modifier and Type | Method and Description |
---|---|
static int |
FloatStencil.stencil9(FloatMatrix2D A,
Float9Function function,
int maxIterations,
FloatMatrix2DProcedure hasConverged,
int convergenceIterations)
9 point stencil operation.
|
Jump to the Parallel Colt Homepage