| 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  DoubleMatrix2DandDoubleMatrix1D. | 
| Modifier and Type | Method and Description | 
|---|---|
| DoubleMatrix3D | DoubleMatrix3D. viewSelection(DoubleMatrix2DProcedure 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 | DoubleStencil. stencil9(DoubleMatrix2D A,
        Double9Function function,
        int maxIterations,
        DoubleMatrix2DProcedure hasConverged,
        int convergenceIterations)9 point stencil operation. | 
Jump to the Parallel Colt Homepage