class tensor - apply permutation algebra

This commit is contained in:
2024-05-03 13:57:11 +02:00
parent 3d8386e30a
commit 518c75fb20
3 changed files with 41 additions and 2 deletions

2
t.cc
View File

@@ -3350,4 +3350,6 @@ for(int i=0; i<n; ++i)
//cout <<c;
}
//test Tensor apply_permutation_algebra
}