Uses of Class
org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
Packages that use EstimatorBitsetMM.BitsetMatrix
-
Uses of EstimatorBitsetMM.BitsetMatrix in org.apache.sysds.hops.estim
Subclasses of EstimatorBitsetMM.BitsetMatrix in org.apache.sysds.hops.estimModifier and TypeClassDescriptionstatic classThis class represents a boolean matrix and provides key operations.static classMethods in org.apache.sysds.hops.estim that return EstimatorBitsetMM.BitsetMatrixModifier and TypeMethodDescriptionEstimatorBitsetMM.BitsetMatrix1.and(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix2.and(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix1.cbind(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.createBitset(int m, int n) EstimatorBitsetMM.createBitset(MatrixBlock in) EstimatorBitsetMM.BitsetMatrix1.flip()EstimatorBitsetMM.BitsetMatrix2.flip()EstimatorBitsetMM.BitsetMatrix.matMult(EstimatorBitsetMM.BitsetMatrix m2) EstimatorBitsetMM.BitsetMatrix1.or(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix2.or(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix1.rbind(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix2.rbind(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix.transpose()Methods in org.apache.sysds.hops.estim with parameters of type EstimatorBitsetMM.BitsetMatrixModifier and TypeMethodDescriptionEstimatorBitsetMM.BitsetMatrix1.and(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix2.and(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix1.cbind(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix.matMult(EstimatorBitsetMM.BitsetMatrix m2) EstimatorBitsetMM.BitsetMatrix1.or(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix2.or(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix1.rbind(EstimatorBitsetMM.BitsetMatrix bsb) EstimatorBitsetMM.BitsetMatrix2.rbind(EstimatorBitsetMM.BitsetMatrix bsb)