|
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. | |
| bool | testEuler |
| If we have to check the Euler characteristic. | |
| MPZ_rational | brResult |
| Theoretical Euler characteristic. | |
| bool | testFVector |
| If we have to check the f-vector. | |
| vector< unsigned int > | fVector |
| Theoretical value. | |
| bool | testCompacity |
| True if we test the cocompacity. | |
| bool | isCompact |
| True if the group is cocompact, false otherwise. | |
| bool | isFiniteVolume |
| True if finite covolume. | |
| bool | testArithmeticity |
| True if we test the arithmeticity. | |
| bool | isArithmetic |
| True if arithmetic. | |
| bool | testGrowthSeries |
| vector< mpz_class > | growthSeries_polynomialDenominator |
| vector< unsigned int > | growthSeries_cyclotomicNumerator |
| string | growthRate |
| Empty or the growth rate. | |
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 |