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 . |
cern.colt.matrix.tfloat.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type.
|
Modifier and Type | Method and Description |
---|---|
void |
FloatMatrix2D.zAssign8Neighbors(FloatMatrix2D B,
Float9Function function)
8 neighbor stencil transformation.
|
Modifier and Type | Method and Description |
---|---|
static int |
FloatStencil.stencil9(FloatMatrix2D A,
Float9Function function,
int maxIterations,
FloatMatrix2DProcedure hasConverged,
int convergenceIterations)
9 point stencil operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DenseFloatMatrix2D.zAssign8Neighbors(FloatMatrix2D B,
Float9Function function) |
Jump to the Parallel Colt Homepage