M4RIE  0.20111004
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

◆ finite_field

const gf2e* mzed_t::finite_field

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

◆ ncols

rci_t mzed_t::ncols

Number of columns.

◆ nrows

rci_t mzed_t::nrows

Number of rows.

◆ w

wi_t mzed_t::w

The internal width of elements (must divide 64).

◆ x

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: