public static class EstimatorBitsetMM.BitsetMatrix1 extends EstimatorBitsetMM.BitsetMatrix
Constructor and Description |
---|
BitsetMatrix1(int rlen,
int clen) |
BitsetMatrix1(MatrixBlock in) |
Modifier and Type | Method and Description |
---|---|
EstimatorBitsetMM.BitsetMatrix |
and(EstimatorBitsetMM.BitsetMatrix bsb) |
EstimatorBitsetMM.BitsetMatrix |
cbind(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 BitsetMatrix1(int rlen, int clen)
public BitsetMatrix1(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 cbind(EstimatorBitsetMM.BitsetMatrix bsb)
public EstimatorBitsetMM.BitsetMatrix flip()
public void set(int r, int c)
set
in class EstimatorBitsetMM.BitsetMatrix
public boolean get(int r, int c)
get
in class EstimatorBitsetMM.BitsetMatrix
Copyright © 2020 The Apache Software Foundation. All rights reserved.