#include "main.h"
Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | permutationmatrices (const MatrixType &m) |
template<typename PermutationVectorType > | |
void | randomPermutationVector (PermutationVectorType &v, typename PermutationVectorType::Index size) |
void | test_permutationmatrices () |
void permutationmatrices | ( | const MatrixType & | m | ) |
Definition at line 45 of file permutationmatrices.cpp.
void randomPermutationVector | ( | PermutationVectorType & | v, |
typename PermutationVectorType::Index | size | ||
) |
Definition at line 28 of file permutationmatrices.cpp.
void test_permutationmatrices | ( | ) |
Definition at line 138 of file permutationmatrices.cpp.