|
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>
|
Lookup table mapping each extension-field label to its base-field coefficient vector. More...
#include <fields.hpp>

Public Attributes | |
| std::array< std::array< LabelType, ExtensionDegree >, FieldSize > | values {} |
Lookup table mapping each extension-field label to its base-field coefficient vector.
| LabelType | Coefficient label type |
| ExtensionDegree | Number of coefficients per element (m) |
| FieldSize | Number of field elements |
Definition at line 863 of file fields.hpp.
| std::array<std::array<LabelType, ExtensionDegree>, FieldSize> CECCO::details::Lut2Dcoeff< LabelType, ExtensionDegree, FieldSize >::values {} |
Definition at line 864 of file fields.hpp.