M4RIE  0.20111004
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Fields
mzed_t Struct Reference

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

#include <mzed.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_multiplication.c.

Field Documentation

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


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