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

Go to the source code of this file.

Classes

class  rssoft::gf::GFq
 Galois Field GF(q=2^m) class. Generates and holds lookup tables (LUT) for basic operations. Hosts basic operations and element representation conversions. More...

Namespaces

namespace  rssoft
namespace  rssoft::gf

Typedefs

typedef int rssoft::gf::GFq_Symbol
 Symbol or binary-polynomial representation (ex: 5 is X^2+1)

Variables

const GFq_Symbol rssoft::gf::GFERROR = -1
 Undefined symbol.
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines