AlVin  1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
Classes
alvinfractions.h File Reference
#include <vector>
#include <iostream>
#include <cmath>
#include "algebraicinteger.h"
#include "alvinfraction.h"
Include dependency graph for alvinfractions.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Rafael Guglielmetti