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 <string>
#include "CoxIter/lib/math_tools.h"
Go to the source code of this file.
Classes | |
class | AlgebraicInteger |
Parent class for rational, quadratic and rc7 integers. More... | |
Functions | |
bool | isLessThanPtrAlgebraicInteger (AlgebraicInteger *a, AlgebraicInteger *b) |
Check if *a < *b. | |
bool | isEqualToPtrAlgebraicInteger (AlgebraicInteger *a, AlgebraicInteger *b) |
Check if *a = *b. | |