rssoft  0.0.0
Reed-Solomon codes library with soft decision decoding
/shared/development/google_code/rssoft/library/lib/GF_Utils.h File Reference
#include "GFq.h"
#include "GFq_Element.h"
#include <set>
Include dependency graph for GF_Utils.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines