M4RI  20140914
Data Fields
djb_t Struct Reference

DJB's optimized linear maps mod 2. More...

#include <djb.h>

Data Fields

rci_t nrows
 
rci_t ncols
 
rci_ttarget
 
rci_tsource
 
srctyp_tsrctyp
 
rci_t length
 
wi_t allocated
 

Detailed Description

DJB's optimized linear maps mod 2.

Field Documentation

wi_t djb_t::allocated

how much did we allocate already

rci_t djb_t::length

length of target, source and srctype

rci_t djb_t::ncols

Number of columns of map

rci_t djb_t::nrows

Number of rows of map

rci_t* djb_t::source

source row at index i

srctyp_t* djb_t::srctyp

source type at index i

rci_t* djb_t::target

target row at index i


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