![]() |
rssoft
0.0.0
Reed-Solomon codes library with soft decision decoding
|
Go to the source code of this file.
Namespaces | |
namespace | rssoft |
namespace | rssoft::gf |
Functions | |
bool | rssoft::gf::binomial_coeff_parity (unsigned int n, unsigned int k) |
unsigned int | rssoft::gf::factorial (unsigned int x, unsigned int result) |
unsigned int | rssoft::gf::binomial_coeff (unsigned int n, unsigned int k) |
void | rssoft::gf::print_symbols_vector (std::ostream &os, const std::vector< GFq_Symbol > &v) |
void | rssoft::gf::print_elements_vector (std::ostream &os, const std::vector< GFq_Element > &v) |
bool | rssoft::gf::compare_symbol_vectors (const std::vector< GFq_Symbol > &v1, const std::vector< GFq_Symbol > &v2) |
void | rssoft::gf::print_symbols_and_erasures (std::ostream &os, const std::vector< GFq_Symbol > &v, std::set< unsigned int > &erasure_indexes) |