#include <vector>
#include "setutils_def.h"
Include dependency graph for setutils.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::setutils |
Typedefs | |
typedef std::vector< unsigned long > | atlas::setutils::Permutation |
Functions | |
void | atlas::setutils::compose (Permutation &a, const Permutation &b, unsigned long n) |
void | atlas::setutils::identity (Permutation &a, unsigned long n) |
void | atlas::setutils::invert (Permutation &i, const Permutation &a) |
template<typename T> | |
void | atlas::setutils::permute (const Permutation &, std::vector< T > &) |