Uses of Interface
cern.colt.matrix.DoubleMatrix2DProcedure
Packages that use DoubleMatrix2DProcedure
Package
Description
Matrix interfaces and factories; efficient and flexible dense and sparse
1, 2, 3 and d-dimensional matrices holding objects or primitive data types such
as int, double, etc; Templated, fixed sized (not dynamically
resizable); Also known as multi-dimensional arrays or Data Cubes.
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
-
Uses of DoubleMatrix2DProcedure in cern.colt.matrix
Methods in cern.colt.matrix with parameters of type DoubleMatrix2DProcedureModifier and TypeMethodDescriptionDoubleMatrix3D.viewSelection
(DoubleMatrix2DProcedure condition) Constructs and returns a new selection view that is a matrix holding all slices matching the given condition. -
Uses of DoubleMatrix2DProcedure in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo with parameters of type DoubleMatrix2DProcedureModifier and TypeMethodDescriptionstatic int
Stencil.stencil9
(DoubleMatrix2D A, Double9Function function, int maxIterations, DoubleMatrix2DProcedure hasConverged, int convergenceIterations) 9 point stencil operation.