AlVin
1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
|
#include <vector>
#include <iostream>
#include <cmath>
#include "algebraicinteger.h"
#include "alvinfraction.h"
Go to the source code of this file.
Classes | |
class | AlVinFractions |
This class represents a set of possible fractions x_0^2 / (e,e) We generate series of the type: (x0 + y)^2 / (e_max, e_max), ..., x0^2 / 1. More... | |