Uses of Enum Class
org.apache.sysds.runtime.matrix.data.LibMatrixBincell.BinaryAccessType
Packages that use LibMatrixBincell.BinaryAccessType
-
Uses of LibMatrixBincell.BinaryAccessType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return LibMatrixBincell.BinaryAccessTypeModifier and TypeMethodDescriptionLibMatrixBincell.getBinaryAccessType(MatrixBlock m1, MatrixBlock m2) LibMatrixBincell.getBinaryAccessTypeExtended(MatrixBlock m1, MatrixBlock m2) Returns the enum constant of this class with the specified name.static LibMatrixBincell.BinaryAccessType[]LibMatrixBincell.BinaryAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.