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

◆ sorter()

sorter::sorter ( int nvars0,
const VECTOR(exponents_t) & exps0,
const VECTOR(int) & comps0 )
inline

Definition at line 274 of file montable.cpp.

277 : nvars(nvars0), exps(exps0), comps(comps0)
278 {
279 }
int nvars
Definition montable.cpp:271

References nvars.