![]() |
rssoft
0.0.0
Reed-Solomon codes library with soft decision decoding
|
#include "GF2_Element.h"
Namespaces | |
namespace | rssoft |
namespace | rssoft::gf |
Functions | |
std::ostream & | rssoft::gf::operator<< (std::ostream &os, const GF2_Element &gfe) |
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) |