|
AlVin
1.0
A C++ implementation of the Vinberg's algorithm for Q, Q( sqrt(d) ) and Q( cos(2 pi / 7) )
|
Create systems of equations to test the non-reflectivity of a quadratic form defined over Z. More...
#include <notreflective.h>


Public Member Functions | |
| NotReflective (AlVin *v) | |
| void | Run () |
Protected Attributes | |
| AlVin * | alvin |
| vector< vector< AlgebraicInteger * > > | aiVectors |
| unsigned int | iDimension |
| vector< AlgebraicInteger * > | aiQF |
| vector< AlgebraicInteger * > | ai2QF |
| vector< vector< NotReflective_Graph > > | graphs |
| The first index is for the number of variables, then one for each graph which cannot be extended. | |
| string | strOFormat |
| string | strAlgebraicIntegerType |
| vector< AlgebraicInteger * > | aiPossibleNorm2 |
Create systems of equations to test the non-reflectivity of a quadratic form defined over Z.
1.8.11