M4RI
20140914
|
DJB's optimized linear maps mod 2. More...
#include <djb.h>
Data Fields | |
rci_t | nrows |
rci_t | ncols |
rci_t * | target |
rci_t * | source |
srctyp_t * | srctyp |
rci_t | length |
wi_t | allocated |
DJB's optimized linear maps mod 2.
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