|
CoxIter
1.2
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
Gal, Bonnafé-Dyer This part is still experimental! More...
#include <gbd.h>

Public Member Functions | |
| GBD (CoxIter *ci) | |
| bool | removeVertex (const string &strVertexName) |
| void | printMatrix (vector< vector< unsigned int > > *iMatrix) |
| string | get_strError () const |
Private Attributes | |
| CoxIter * | ci |
| vector< vector< unsigned int > > | iCox |
| Coxeter matrix. More... | |
| unsigned int | iVerticesCount |
| Number of vertices of the starting graph. More... | |
| unsigned int | iVertex |
| Index of the vertex. More... | |
| vector< NewVertex > | newVertices |
| vector< vector< unsigned int > > | iNewCox |
| New Coxeter matrix. More... | |
| unsigned int | iNewVerticesCount |
| string | strError |
Gal, Bonnafé-Dyer This part is still experimental!
| GBD::GBD | ( | CoxIter * | ci | ) |
| string GBD::get_strError | ( | ) | const |
| void GBD::printMatrix | ( | vector< vector< unsigned int > > * | iMatrix | ) |
| bool GBD::removeVertex | ( | const string & | strVertexName | ) |
|
private |
|
private |
Coxeter matrix.
|
private |
New Coxeter matrix.
|
private |
|
private |
Index of the vertex.
|
private |
Number of vertices of the starting graph.
|
private |
|
private |
1.8.11