|
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>
|
Admissible component type for CECCO::Vector, CECCO::Polynomial, CECCO::Matrix. More...
#include <field_concepts_traits.hpp>
Admissible component type for CECCO::Vector, CECCO::Polynomial, CECCO::Matrix.
| T | Candidate type |
Satisfied by any FieldType, by double, by std::complex<double>, and by any SignedIntType. This is the umbrella concept used to template the linear-algebra and polynomial classes.
Definition at line 196 of file field_concepts_traits.hpp.