Uses of Class
org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
-
Packages that use EstimatorBitsetMM.BitsetMatrix Package Description org.apache.sysds.hops.estim -
-
Uses of EstimatorBitsetMM.BitsetMatrix in org.apache.sysds.hops.estim
Subclasses of EstimatorBitsetMM.BitsetMatrix in org.apache.sysds.hops.estim Modifier and Type Class Description static class
EstimatorBitsetMM.BitsetMatrix1
This class represents a boolean matrix and provides key operations.static class
EstimatorBitsetMM.BitsetMatrix2
Methods in org.apache.sysds.hops.estim with parameters of type EstimatorBitsetMM.BitsetMatrix Modifier and Type Method Description EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix1. and(EstimatorBitsetMM.BitsetMatrix bsb)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix2. and(EstimatorBitsetMM.BitsetMatrix bsb)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix1. cbind(EstimatorBitsetMM.BitsetMatrix bsb)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix. matMult(EstimatorBitsetMM.BitsetMatrix m2)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix1. or(EstimatorBitsetMM.BitsetMatrix bsb)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix2. or(EstimatorBitsetMM.BitsetMatrix bsb)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix1. rbind(EstimatorBitsetMM.BitsetMatrix bsb)
EstimatorBitsetMM.BitsetMatrix
EstimatorBitsetMM.BitsetMatrix2. rbind(EstimatorBitsetMM.BitsetMatrix bsb)
-