small improvements in tensor/tucker

This commit is contained in:
2025-10-23 17:29:09 +02:00
parent 4bd2761cc5
commit 346ce5bc3a
3 changed files with 34 additions and 8 deletions

2
t.cc
View File

@@ -3683,7 +3683,7 @@ cin>>r>>n;
INDEXGROUP shape;
{
shape.number=r;
shape.symmetry= -1;
shape.symmetry= 1;
shape.range=n;
shape.offset=0;
}