#include <iostream>#include <fstream>#include <iomanip>#include "gfx.h"Include dependency graph for gfx.cpp:

Namespaces | |
| namespace | SPUC |
Functions | |
| gfx | SPUC::operator * (const gf &ingf, const gfx &ingfx) |
| gfx | SPUC::operator * (const gfx &ingfx, const gf &ingf) |
| gfx | SPUC::operator/ (const gfx &ingfx, const gf &ingf) |
| gfx | SPUC::divgfx (const gfx &c, const gfx &g) |
| Division of two gfx (local help function). | |
| gfx | SPUC::modgfx (const gfx &a, const gfx &b) |
| Modulo function of two gfx (local help function). | |
| ostream & | SPUC::operator<< (ostream &os, const gf &ingf) |
| Output stream for gf(q). | |
| ostream & | SPUC::operator<< (ostream &os, const gfx &ingfx) |
| Output stream. | |
1.4.4