atlas
0.6
|
#include "permutations.h"
#include "constants.h"
#include "bitset.h"
#include "bitmap.h"
#include "matrix.h"
Namespaces | |
atlas | |
atlas::permutations | |
Functions | |
void | atlas::permutations::compose (Permutation &a, const Permutation &b, unsigned long n) |
int | atlas::permutations::sign (const Permutation &pi) |
template<typename T > | |
void | atlas::permutations::permute_columns (matrix::Matrix_base< T > &M, const Permutation &pi) |
template<typename U > | |
Permutation | atlas::permutations::standardization (const std::vector< U > &a, size_t bound, std::vector< unsigned int > *stops) |
template void | atlas::permutations::permute_columns (matrix::Matrix_base< int > &M, const Permutation &pi) |
template Permutation | atlas::permutations::standardization (const std::vector< unsigned int > &a, size_t bound, std::vector< unsigned int > *stops) |
This is permutations.cpp. This file contains the non-template definitions of the functions declared in permutations.h