Macaulay2 Engine
Loading...
Searching...
No Matches
◆
SMsetPartitionLength()
void SchurRing2::SMsetPartitionLength
(
schur_word
*
p
,
int
SMmaxrows
)
private
Definition at line
787
of file
schur2.cpp
.
788
{
789
int
i;
790
for
(i = 1; i <=
SMmaxrows
; i++)
791
if
(
p
[i] == 0)
break
;
792
p
[0] = i;
793
}
SchurRing2::SMmaxrows
int SMmaxrows
Definition
schur2.hpp:250
p
int p
Definition
godboltTest.cpp:36
References
p
, and
SMmaxrows
.
Referenced by
SM()
.
SchurRing2
Generated on
for Macaulay2 Engine by
1.15.0