public abstract static class EstimatorBitsetMM.BitsetMatrix extends Object
Constructor and Description |
---|
BitsetMatrix(int rlen,
int clen) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
get(int r,
int c) |
long |
getNonZeros() |
int |
getNumColumns() |
int |
getNumRows() |
EstimatorBitsetMM.BitsetMatrix |
matMult(EstimatorBitsetMM.BitsetMatrix m2) |
abstract void |
set(int r,
int c) |
EstimatorBitsetMM.BitsetMatrix |
transpose() |
public int getNumRows()
public int getNumColumns()
public long getNonZeros()
public abstract boolean get(int r, int c)
public abstract void set(int r, int c)
public EstimatorBitsetMM.BitsetMatrix matMult(EstimatorBitsetMM.BitsetMatrix m2)
public EstimatorBitsetMM.BitsetMatrix transpose()
Copyright © 2020 The Apache Software Foundation. All rights reserved.