Dist m4ri 0.0.1.alpha
Computing distance of a classical or quantum CSS code
Loading...
Searching...
No Matches
Public Attributes | List of all members
csr_t Struct Reference

#include <util_m4ri.h>

Public Attributes

int rows
 
int cols
 
int nz
 
int nzmax
 
int * p
 
int * i
 

Detailed Description

sparse binary matrix in compressed-row form (CSR, nz=-1) or List-Of-Pairs (nz pairs). use mzp_compress() to convert from LOP to CSR.

Definition at line 110 of file util_m4ri.h.

Member Data Documentation

◆ cols

int csr_t::cols

◆ i

int* csr_t::i

◆ nz

int csr_t::nz

◆ nzmax

int csr_t::nzmax

Definition at line 114 of file util_m4ri.h.

Referenced by csr_apply_perm(), csr_init(), csr_out(), and csr_transpose().

◆ p

int* csr_t::p

◆ rows

int csr_t::rows

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