|
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>
|
1D lookup table for unary field operations (negation, inversion, order) More...
#include <fields.hpp>

Public Member Functions | |
| constexpr LabelType | operator() (size_t i) const noexcept |
Public Attributes | |
| std::array< LabelType, FieldSize > | values {} |
1D lookup table for unary field operations (negation, inversion, order)
| LabelType | Label integer type |
| FieldSize | Number of field elements |
Definition at line 804 of file fields.hpp.
|
inlineconstexprnoexcept |
Definition at line 805 of file fields.hpp.
| std::array<LabelType, FieldSize> CECCO::details::Lut1D< LabelType, FieldSize >::values {} |
Definition at line 806 of file fields.hpp.