|
CDT++ 1.0.0
Causal Dynamical Triangulations in C++
|
Apply Pachner moves to foliated Delaunay triangulations. More...
#include <functional>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | cdt |
| clang-15 does not support std::format | |
Functions | |
| template<typename ManifoldType, typename FunctionType, typename... Arguments> | |
| constexpr auto | cdt::apply_move (ManifoldType const &t_manifold, FunctionType t_move, Arguments &&... arguments) -> decltype(auto) |
| An applicative function similar to std::apply on a manifold. | |
Apply Pachner moves to foliated Delaunay triangulations.
Definition in file Apply_move.hpp.