comment in permutation.h

This commit is contained in:
2025-11-10 17:01:32 +01:00
parent 5980b3f74e
commit f17433ec51

View File

@@ -339,6 +339,7 @@ public:
};
//not extremely efficient but compactly represented via young operators
//could also be done by modifying NRPerm list_all to store/not store the parity
template <typename T>
PermutationAlgebra<T,T> symmetrizer(int n)
{