DiSMEC++
dismec::io::LoLBinarySparse Struct Reference

Binary Sparse Matrix in List-of-Lists format. More...

#include <common.h>

Public Attributes

long NumRows
 
long NumCols
 
std::vector< std::vector< long > > NonZeros
 

Detailed Description

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.

Definition at line 143 of file common.h.

Member Data Documentation

◆ NonZeros

std::vector<std::vector<long> > dismec::io::LoLBinarySparse::NonZeros

Definition at line 146 of file common.h.

◆ NumCols

long dismec::io::LoLBinarySparse::NumCols

Definition at line 145 of file common.h.

◆ NumRows

long dismec::io::LoLBinarySparse::NumRows

Definition at line 144 of file common.h.


The documentation for this struct was generated from the following file: