C(++)ECCO
C++ Error Control COding: a header-only library for ECC simulations and experiments, modeling complete coding systems across arbitrary finite fields and complex inter-field relationships - Christian Senger <senger@inue.uni-stuttgart.de>
Loading...
Searching...
No Matches
CECCO::details::degree_over_prime< T > Struct Template Reference

Total extension degree of T over its prime field. More...

Inheritance diagram for CECCO::details::degree_over_prime< T >:
Inheritance graph

Detailed Description

template<FiniteFieldType T>
struct CECCO::details::degree_over_prime< T >

Total extension degree of T over its prime field.

Template Parameters
TFinite-field type

Walks the construction tower and multiplies the local extension degree at each level. For F256 = Ext<F16, …>, F16 = Ext<F4, …>, F4 = Ext<F2, …> the result is 2 · 2 · 2 = 8. For an Iso, the value is taken from the MAIN representation (all are isomorphic).

Definition at line 277 of file field_concepts_traits.hpp.


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