Dense matrices over \(\mathbb{F}_{2^e}\) represented as packed matrices. More...
#include <mzed.h>
Data Fields | |
| mzd_t * | x |
| const gf2e * | finite_field |
| rci_t | nrows |
| rci_t | ncols |
| wi_t | w |
Dense matrices over \(\mathbb{F}_{2^e}\) represented as packed matrices.
| const gf2e* mzed_t::finite_field |
A finite field \(\mathbb{F}_{2^e}\).
| rci_t mzed_t::ncols |
Number of columns.
| rci_t mzed_t::nrows |
Number of rows.
| wi_t mzed_t::w |
The internal width of elements (must divide 64).
| mzd_t* mzed_t::x |
\(m \times n\) matrices over \(\mathbb{F}_{2^e}\) are represented as \(m \times (en)\) matrices over \(\mathbb{F}_2\).
1.8.7