public static class EstimatorBitsetMM.BitsetMatrix2 extends EstimatorBitsetMM.BitsetMatrix
Constructor and Description |
---|
BitsetMatrix2(int rlen,
int clen) |
BitsetMatrix2(MatrixBlock in) |
Modifier and Type | Method and Description |
---|---|
EstimatorBitsetMM.BitsetMatrix |
and(EstimatorBitsetMM.BitsetMatrix bsb) |
EstimatorBitsetMM.BitsetMatrix |
flip() |
boolean |
get(int r,
int c) |
EstimatorBitsetMM.BitsetMatrix |
or(EstimatorBitsetMM.BitsetMatrix bsb) |
EstimatorBitsetMM.BitsetMatrix |
rbind(EstimatorBitsetMM.BitsetMatrix bsb) |
void |
set(int r,
int c) |
getNonZeros, getNumColumns, getNumRows, matMult, transpose
public BitsetMatrix2(int rlen, int clen)
public BitsetMatrix2(MatrixBlock in)
public EstimatorBitsetMM.BitsetMatrix and(EstimatorBitsetMM.BitsetMatrix bsb)
public EstimatorBitsetMM.BitsetMatrix or(EstimatorBitsetMM.BitsetMatrix bsb)
public EstimatorBitsetMM.BitsetMatrix rbind(EstimatorBitsetMM.BitsetMatrix bsb)
public EstimatorBitsetMM.BitsetMatrix flip()
public boolean get(int r, int c)
get
in class EstimatorBitsetMM.BitsetMatrix
public void set(int r, int c)
set
in class EstimatorBitsetMM.BitsetMatrix
Copyright © 2020 The Apache Software Foundation. All rights reserved.