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 |
FloatMatrix3D.zAssign27Neighbors(FloatMatrix3D B,
Float27Function function)
27 neighbor stencil transformation.
|
Modifier and Type | Method and Description |
---|---|
static int |
FloatStencil.stencil27(FloatMatrix3D A,
Float27Function function,
int maxIterations,
FloatMatrix3DProcedure hasConverged,
int convergenceIterations)
27 point stencil operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DenseFloatMatrix3D.zAssign27Neighbors(FloatMatrix3D B,
Float27Function function) |
Jump to the Parallel Colt Homepage