|
AlVin
1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
|
#include <map>#include <algorithm>#include <pari/pari.h>#include <gaol/gaol.h>#include <gmpxx.h>#include <string>#include "algebraicinteger.h"#include "rcyclotomic7integer_constants.h"

Go to the source code of this file.
Classes | |
| class | RCyclotomic7Integer |
| RC7 and their operations. More... | |
Functions | |
| bool | operator< (const RCyclotomic7Integer &rci1, const RCyclotomic7Integer &rci2) |
| interval | gaol_intervalFromMPZclass (const mpz_class &i) |
| interval | gaol_SQRTQuotient (RCyclotomic7Integer rciNum, const RCyclotomic7Integer &rciDenom) |
1.8.11