Uses of Interface
cern.colt.function.IntIntIntProcedure
Packages that use IntIntIntProcedure
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.
-
Uses of IntIntIntProcedure in cern.colt.matrix
Methods in cern.colt.matrix with parameters of type IntIntIntProcedureModifier and TypeMethodDescriptionprivate booleanDoubleMatrix3D.xforEachCoordinate(IntIntIntProcedure procedure) Applies a procedure to each cell's coordinate.private booleanObjectMatrix3D.xforEachCoordinate(IntIntIntProcedure procedure) Applies a procedure to each cell's coordinate.