AlVin
1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
|
#include "algebraicinteger.h"
#include "quadraticinteger.h"
#include <cmath>
#include <vector>
#include <map>
#include <array>
#include <string>
#include <gmpxx.h>
Go to the source code of this file.
Classes | |
class | QuadraticIntegerBig |
Quadratic integers with bigint components. More... | |
Functions | |
bool | operator< (const QuadraticIntegerBig &qi1, const QuadraticIntegerBig &qi2) |