![]() |
rssoft
0.0.0
Reed-Solomon codes library with soft decision decoding
|
Go to the source code of this file.
Classes | |
class | rssoft::gf::GF2_Element |
Namespaces | |
namespace | rssoft |
namespace | rssoft::gf |
Typedefs | |
typedef unsigned char | rssoft::gf::GF2_Symbol |
External representation of symbol in GF(2) | |
Functions | |
GF2_Element | rssoft::gf::operator+ (const GF2_Element &a, const GF2_Element &b) |
GF2_Element | rssoft::gf::operator- (const GF2_Element &a, const GF2_Element &b) |
GF2_Element | rssoft::gf::operator* (const GF2_Element &a, const GF2_Element &b) |
GF2_Element | rssoft::gf::operator* (const GF2_Element &a, const GF2_Symbol &b) |
GF2_Element | rssoft::gf::operator* (const GF2_Symbol &a, const GF2_Element &b) |
GF2_Element | rssoft::gf::operator/ (const GF2_Element &a, const GF2_Element &b) |
GF2_Element | rssoft::gf::operator^ (const GF2_Element &a, const int &b) |