Uses of Interface
cern.colt.matrix.ObjectMatrix2DProcedure
-
Packages that use ObjectMatrix2DProcedure Package Description cern.colt.matrix 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 ObjectMatrix2DProcedure in cern.colt.matrix
Methods in cern.colt.matrix with parameters of type ObjectMatrix2DProcedure Modifier and Type Method Description ObjectMatrix3D
ObjectMatrix3D. viewSelection(ObjectMatrix2DProcedure condition)
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
-