CoxIter
1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
Contains information to perform a test. More...
#include <tests.h>
Public Attributes | |
string | filename |
Path to the .coxiter file. More... | |
bool | testEuler |
If we have to check the Euler characteristic. More... | |
MPZ_rational | brResult |
Theoretical Euler characteristic. More... | |
bool | testFVector |
If we have to check the f-vector. More... | |
vector< unsigned int > | fVector |
Theoretical value. More... | |
bool | testCompacity |
True if we test the cocompacity. More... | |
bool | isCompact |
True if the group is cocompact, false otherwise. More... | |
bool | isFiniteVolume |
True if finite covolume. More... | |
bool | testArithmeticity |
True if we test the arithmeticity. More... | |
bool | isArithmetic |
True if arithmetic. More... | |
bool | testGrowthSeries |
vector< mpz_class > | growthSeries_polynomialDenominator |
vector< unsigned int > | growthSeries_cyclotomicNumerator |
string | growthRate |
Empty or the growth rate. More... | |
Contains information to perform a test.
MPZ_rational Test::brResult |
Theoretical Euler characteristic.
string Test::filename |
Path to the .coxiter file.
vector<unsigned int> Test::fVector |
Theoretical value.
string Test::growthRate |
Empty or the growth rate.
vector<unsigned int> Test::growthSeries_cyclotomicNumerator |
Contains a list oif cyclotomic polynomials
vector<mpz_class> Test::growthSeries_polynomialDenominator |
(i-1)th term contains the coefficient of x^i
bool Test::isArithmetic |
True if arithmetic.
bool Test::isCompact |
True if the group is cocompact, false otherwise.
bool Test::isFiniteVolume |
True if finite covolume.
bool Test::testArithmeticity |
True if we test the arithmeticity.
bool Test::testCompacity |
True if we test the cocompacity.
bool Test::testEuler |
If we have to check the Euler characteristic.
bool Test::testFVector |
If we have to check the f-vector.
bool Test::testGrowthSeries |