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

Go to the source code of this file.

Classes

class  rssoft::gf::GF2_Element

Namespaces

namespace  rssoft
namespace  rssoft::gf

Typedefs

typedef unsigned char rssoft::gf::GF2_Symbol
 External representation of symbol in GF(2)

Functions

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