#include <vector>#include <algorithm>#include "setutils_def.h"Include dependency graph for setutils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::setutils |
Classes | |
| struct | atlas::setutils::Permutation |
Functions | |
| template<typename T> | |
| size_t | find_index (const std::vector< T > &v, const T &x) |
| void | identity (Permutation &p, unsigned long n) |
| void | invert (Permutation &dst, const Permutation &src) |
Definition in file setutils.h.
|
||||||||||||||||
|
||||||||||||
|
Definition at line 63 of file setutils.h. |
|
||||||||||||
|
Definition at line 65 of file setutils.h. |
1.3.9.1