rssoft  0.0.0
Reed-Solomon codes library with soft decision decoding
/shared/development/google_code/rssoft/library/lib/GF2_Element.cpp File Reference
#include "GF2_Element.h"
Include dependency graph for GF2_Element.cpp:

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