#include "config.hpp"#include "triangulation.cpp"Go to the source code of this file.
Namespaces | |
| namespace | Arageli |
| namespace | Arageli::ctrl |
Classes | |
| struct | Arageli::ctrl::triangulate_simple_1_idler |
| class | Arageli::ctrl::triangulate_simple_1_idler::abort |
Defines | |
| #define | ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_triangulation |
Functions | |
| template<typename Q, typename Dim1, typename TR, typename Dim2, typename Ctrler> | |
| void | Arageli::triangulate_simple_1 (const Q &q, const Dim1 &dim, TR &tr, const Dim2 &subspdim, Ctrler ctrler) |
| Triangulates a cone with structure matrix q. | |
| template<typename Q, typename Dim1, typename TR, typename Dim2> | |
| void | Arageli::triangulate_simple_1 (const Q &q, const Dim1 &dim, TR &tr, const Dim2 &subspdim) |
| Triangulates a cone with the relations matrix q. | |
| template<typename Q, typename Dim1, typename TR> | |
| void | Arageli::triangulate_simple_1 (const Q &q, const Dim1 &dim, TR &tr) |
| Triangulates a pointed cone with the relations matrix q. | |
Definition in file triangulation.hpp.
| #define ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_triangulation |
Definition at line 132 of file triangulation.hpp.
1.4.7