Package org.apache.sysds.hops.estim
Class EstimatorBitsetMM.BitsetMatrix2
java.lang.Object
org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix2
- Enclosing class:
- EstimatorBitsetMM
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
getNonZeros, getNumColumns, getNumRows, matMult, transpose
-
Constructor Details
-
BitsetMatrix2
public BitsetMatrix2(int rlen, int clen) -
BitsetMatrix2
-
-
Method Details
-
and
-
or
-
rbind
-
flip
-
get
public boolean get(int r, int c) - Specified by:
getin classEstimatorBitsetMM.BitsetMatrix
-
set
public void set(int r, int c) - Specified by:
setin classEstimatorBitsetMM.BitsetMatrix
-