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 SummaryConstructors Constructor Description BitsetMatrix(int rlen, int clen)
 - 
Method SummaryAll 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- 
getNumRowspublic int getNumRows() 
 - 
getNumColumnspublic int getNumColumns() 
 - 
getNonZerospublic long getNonZeros() 
 - 
getpublic abstract boolean get(int r, int c)
 - 
setpublic abstract void set(int r, int c)
 - 
matMultpublic EstimatorBitsetMM.BitsetMatrix matMult(EstimatorBitsetMM.BitsetMatrix m2) 
 - 
transposepublic EstimatorBitsetMM.BitsetMatrix transpose() 
 
- 
 
-