Uses of Interface
cern.colt.matrix.DoubleMatrix3DProcedure
-
Packages that use DoubleMatrix3DProcedure Package Description cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. -
-
Uses of DoubleMatrix3DProcedure in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo with parameters of type DoubleMatrix3DProcedure Modifier and Type Method Description static int
Stencil. stencil27(DoubleMatrix3D A, Double27Function function, int maxIterations, DoubleMatrix3DProcedure hasConverged, int convergenceIterations)
27 point stencil operation.
-