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