continuing on permutations - implemented Sn characters

This commit is contained in:
2021-06-04 15:21:35 +02:00
parent 40fe368c31
commit 2a6e79520e
7 changed files with 465 additions and 28 deletions

1
smat.h
View File

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