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

◆ part()

const long * MonomialOrderMatrix::part ( int i) const
inline

Definition at line 44 of file gb-walk.cpp.

45 {
46 assert(i < nvars);
47 return order[i];
48 }

References nvars, and order.