|
M4RI 1.0.1
|
Dense matrices over GF(2). More...
#include <packedmatrix.h>
Data Fields | |
| mmb_t * | blocks |
| size_t | nrows |
| size_t | ncols |
| size_t | width |
| size_t | offset |
| word ** | rows |
Dense matrices over GF(2).
The most fundamental data type in this library.
Contains pointers to the actual blocks of memory containing the values packed into words of size RADIX.
| size_t mzd_t::ncols |
Number of columns.
| size_t mzd_t::nrows |
Number of rows.
| size_t mzd_t::offset |
column offset of the first column.
Address of first word in each row, so the first word of row i is is m->rows[i]
| size_t mzd_t::width |
width = ceil(ncols/RADIX)
1.7.4