M4RIE 0.20111004
Data Fields
mzed_t Struct Reference

Dense matrices over \(\mathbb{F}_{2^e}\) represented as packed matrices. More...

#include <gf2e_matrix.h>

Data Fields

mzd_t * x
const gf2efinite_field
rci_t nrows
rci_t ncols
wi_t w

Detailed Description

Dense matrices over \(\mathbb{F}_{2^e}\) represented as packed matrices.

Examples:

tests/test_elimination.cc.


Field Documentation

A finite field \(\mathbb{F}_{2^e}\).

Number of columns.

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\).


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Defines