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 |
DoubleMatrix2D.zAssign8Neighbors(DoubleMatrix2D B,
Double9Function function)
8 neighbor stencil transformation.
|
Modifier and Type | Method and Description |
---|---|
static int |
DoubleStencil.stencil9(DoubleMatrix2D A,
Double9Function function,
int maxIterations,
DoubleMatrix2DProcedure hasConverged,
int convergenceIterations)
9 point stencil operation.
|
Modifier and Type | Method and Description |
---|---|
void |
DenseDoubleMatrix2D.zAssign8Neighbors(DoubleMatrix2D B,
Double9Function function) |
Jump to the Parallel Colt Homepage