Package org.apache.sysds.hops.estim
Class EstimatorBitsetMM.BitsetMatrix
java.lang.Object
org.apache.sysds.hops.estim.EstimatorBitsetMM.BitsetMatrix
- Direct Known Subclasses:
EstimatorBitsetMM.BitsetMatrix1,EstimatorBitsetMM.BitsetMatrix2
- Enclosing class:
- EstimatorBitsetMM
-
Constructor Details
-
BitsetMatrix
public BitsetMatrix(int rlen, int clen)
-
-
Method Details
-
getNumRows
public int getNumRows() -
getNumColumns
public int getNumColumns() -
getNonZeros
public long getNonZeros() -
get
public abstract boolean get(int r, int c) -
set
public abstract void set(int r, int c) -
matMult
-
transpose
-