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 classEstimatorBitsetMM.BitsetMatrix1This class represents a boolean matrix and provides key operations.static classEstimatorBitsetMM.BitsetMatrix2Methods in org.apache.sysds.hops.estim with parameters of type EstimatorBitsetMM.BitsetMatrix Modifier and Type Method Description EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix1. and(EstimatorBitsetMM.BitsetMatrix bsb)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix2. and(EstimatorBitsetMM.BitsetMatrix bsb)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix1. cbind(EstimatorBitsetMM.BitsetMatrix bsb)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix. matMult(EstimatorBitsetMM.BitsetMatrix m2)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix1. or(EstimatorBitsetMM.BitsetMatrix bsb)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix2. or(EstimatorBitsetMM.BitsetMatrix bsb)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix1. rbind(EstimatorBitsetMM.BitsetMatrix bsb)EstimatorBitsetMM.BitsetMatrixEstimatorBitsetMM.BitsetMatrix2. rbind(EstimatorBitsetMM.BitsetMatrix bsb) 
 -