continue implementing permutations

This commit is contained in:
2021-05-14 17:39:22 +02:00
parent 60e8a379f5
commit 83b9463334
4 changed files with 211 additions and 4 deletions

1
mat.h
View File

@@ -26,6 +26,7 @@ namespace LA {
//forward declaration
template<typename T> class NRPerm;
template<typename T> class CyclePerm;
/***************************************************************************//**