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
 
public abstract static class EstimatorBitsetMM.BitsetMatrix extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description BitsetMatrix(int rlen, int clen) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanget(int r, int c)longgetNonZeros()intgetNumColumns()intgetNumRows()EstimatorBitsetMM.BitsetMatrixmatMult(EstimatorBitsetMM.BitsetMatrix m2)abstract voidset(int r, int c)EstimatorBitsetMM.BitsetMatrixtranspose() 
 - 
 
- 
- 
Method Detail
- 
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
public EstimatorBitsetMM.BitsetMatrix matMult(EstimatorBitsetMM.BitsetMatrix m2)
 
- 
transpose
public EstimatorBitsetMM.BitsetMatrix transpose()
 
 - 
 
 -