![]() |
rssoft
0.0.0
Reed-Solomon codes library with soft decision decoding
|
Go to the source code of this file.
Classes | |
class | rssoft::gf::GFq_Element |
Namespaces | |
namespace | rssoft |
namespace | rssoft::gf |
Functions | |
GFq_Element | rssoft::gf::operator+ (const GFq_Element &a, const GFq_Element &b) |
GFq_Element | rssoft::gf::operator- (const GFq_Element &a, const GFq_Element &b) |
GFq_Element | rssoft::gf::operator* (const GFq_Element &a, const GFq_Element &b) |
GFq_Element | rssoft::gf::operator* (const GFq_Element &a, const GFq_Symbol &b) |
GFq_Element | rssoft::gf::operator* (const GFq_Symbol &a, const GFq_Element &b) |
GFq_Element | rssoft::gf::operator/ (const GFq_Element &a, const GFq_Element &b) |
GFq_Element | rssoft::gf::operator^ (const GFq_Element &a, const int &b) |
GFq_Symbol | rssoft::gf::gfq_element_to_symbol (const GFq_Element &gfe) |