rssoft  0.0.0
Reed-Solomon codes library with soft decision decoding
/shared/development/google_code/rssoft/library/lib/GFq_Element.h File Reference
#include <iostream>
#include <vector>
#include "GFq.h"
Include dependency graph for GFq_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::GFq_Element

Namespaces

namespace  rssoft
namespace  rssoft::gf

Functions

GFq_Element rssoft::gf::operator+ (const GFq_Element &a, const GFq_Element &b)
GFq_Element rssoft::gf::operator- (const GFq_Element &a, const GFq_Element &b)
GFq_Element rssoft::gf::operator* (const GFq_Element &a, const GFq_Element &b)
GFq_Element rssoft::gf::operator* (const GFq_Element &a, const GFq_Symbol &b)
GFq_Element rssoft::gf::operator* (const GFq_Symbol &a, const GFq_Element &b)
GFq_Element rssoft::gf::operator/ (const GFq_Element &a, const GFq_Element &b)
GFq_Element rssoft::gf::operator^ (const GFq_Element &a, const int &b)
GFq_Symbol rssoft::gf::gfq_element_to_symbol (const GFq_Element &gfe)
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines