CoxIter
1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
Extract an index two subroup (based on Gal, Bonnafé-Dyer) More...
#include <index2.h>
Public Member Functions | |
Index2 (CoxIter *ci) | |
bool | isVertexAdmissible (const string &vertexLabel) |
bool | removeVertex (const string &vertexLabel) |
void | printMatrix (vector< vector< unsigned int >> *iMatrix) |
string | get_error () const |
Private Attributes | |
CoxIter * | ci |
vector< vector< unsigned int > > | coxeterMatrix |
Coxeter matrix. More... | |
unsigned int | verticesCount |
Number of vertices of the starting graph. More... | |
unsigned int | vertex |
Index of the vertex. More... | |
vector< NewVertex > | newVertices |
vector< vector< unsigned int > > | iNewCox |
New Coxeter matrix. More... | |
unsigned int | iNewVerticesCount |
string | error |
Extract an index two subroup (based on Gal, Bonnafé-Dyer)
Index2::Index2 | ( | CoxIter * | ci | ) |
string Index2::get_error | ( | ) | const |
bool Index2::isVertexAdmissible | ( | const string & | vertexLabel | ) |
void Index2::printMatrix | ( | vector< vector< unsigned int >> * | iMatrix | ) |
bool Index2::removeVertex | ( | const string & | vertexLabel | ) |
|
private |
|
private |
Coxeter matrix.
|
private |
|
private |
New Coxeter matrix.
|
private |
|
private |
|
private |
Index of the vertex.
|
private |
Number of vertices of the starting graph.