CoxIter  1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
Public Attributes | List of all members
Test Struct Reference

Contains information to perform a test. More...

#include <tests.h>

Collaboration diagram for Test:
Collaboration graph
[legend]

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

Detailed Description

Contains information to perform a test.

Member Data Documentation

◆ brResult

MPZ_rational Test::brResult

Theoretical Euler characteristic.

◆ filename

string Test::filename

Path to the .coxiter file.

◆ fVector

vector<unsigned int> Test::fVector

Theoretical value.

◆ growthRate

string Test::growthRate

Empty or the growth rate.

◆ growthSeries_cyclotomicNumerator

vector<unsigned int> Test::growthSeries_cyclotomicNumerator

Contains a list oif cyclotomic polynomials

◆ growthSeries_polynomialDenominator

vector<mpz_class> Test::growthSeries_polynomialDenominator

(i-1)th term contains the coefficient of x^i

◆ isArithmetic

bool Test::isArithmetic

True if arithmetic.

◆ isCompact

bool Test::isCompact

True if the group is cocompact, false otherwise.

◆ isFiniteVolume

bool Test::isFiniteVolume

True if finite covolume.

◆ testArithmeticity

bool Test::testArithmeticity

True if we test the arithmeticity.

◆ testCompacity

bool Test::testCompacity

True if we test the cocompacity.

◆ testEuler

bool Test::testEuler

If we have to check the Euler characteristic.

◆ testFVector

bool Test::testFVector

If we have to check the f-vector.

◆ testGrowthSeries

bool Test::testGrowthSeries

The documentation for this struct was generated from the following file: