1 #ifndef MATH_BINARY_CSR_MATRIX_H_INCLUDED
2 #define MATH_BINARY_CSR_MATRIX_H_INCLUDED
60 #endif // end_of_include_guard
Represents a binary matrix with n rows and m columns in a Compressed Sparse Row representation.
Namespace for the core simulator.
std::vector< std::size_t > row_ptr
Indices to col_ind elements where rows start.
std::vector< int > col_ind
Indices of columns that have nonzeros in a row.