DiSMEC++
|
Binary Sparse Matrix in List-of-Lists format. More...
#include <common.h>
Public Attributes | |
long | NumRows |
long | NumCols |
std::vector< std::vector< long > > | NonZeros |
Binary Sparse Matrix in List-of-Lists format.
Since the matrix is binary, we do not store the actual values, only the location of the non-zeros.
std::vector<std::vector<long> > dismec::io::LoLBinarySparse::NonZeros |