Package | Description |
---|---|
cern.colt.matrix.tdouble |
Matrix interfaces and factories holding elements of double data type.
|
cern.colt.matrix.tdouble.algo |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D . |
cern.colt.matrix.tdouble.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of double data type.
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B,
Double27Function function)
27 neighbor stencil transformation.
|
Modifier and Type | Method and Description |
---|---|
static int |
DoubleStencil.stencil27(DoubleMatrix3D A,
Double27Function function,
int maxIterations,
DoubleMatrix3DProcedure hasConverged,
int convergenceIterations)
27 point stencil operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DenseDoubleMatrix3D.zAssign27Neighbors(DoubleMatrix3D B,
Double27Function function) |
Jump to the Parallel Colt Homepage