|
Regina 7.0 Calculation Engine
|
Implements a collection of angle structures on a 3-manifold triangulation. More...
#include <algorithm>#include <iterator>#include <optional>#include <vector>#include "regina-core.h"#include "angle/anglestructure.h"#include "maths/matrix.h"#include "packet/packet.h"Classes | |
| class | regina::AngleStructures |
| A collection of angle structures on a 3-manifold triangulation. More... | |
Namespaces | |
| namespace | regina |
| Contains the entire Regina calculation engine. | |
Functions | |
| void | regina::swap (AngleStructures &lhs, AngleStructures &rhs) |
| Swaps the contents of the two given lists. More... | |
| MatrixInt | regina::makeAngleEquations (const Triangulation< 3 > &tri) |
| Generates the set of angle structure equations for the given triangulation. More... | |
Implements a collection of angle structures on a 3-manifold triangulation.