Macaulay2 Engine
Loading...
Searching...
No Matches

◆ symm()

SchreyerOrder * SchreyerOrder::symm ( int n) const

Definition at line 319 of file schorder.cpp.

321{
322 SchreyerOrder_symm S(this, n);
323 return S.value();
324}

References SchreyerOrder(), and SchreyerOrder_symm::value().