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

◆ text_out()

void SchreyerOrder::text_out ( buffer & o) const

Definition at line 326 of file schorder.cpp.

327{
328 for (int i = 0; i < _rank; i++)
329 {
330 if (i != 0) o << ' ';
331 M->elem_text_out(o, base_monom(i));
332 o << '.';
333 o << compare_num(i);
334 }
335}
const Monoid * M
Definition schorder.hpp:69
int compare_num(int i) const
Definition schorder.hpp:90
const_monomial base_monom(int i) const
Definition schorder.hpp:91

References _rank, base_monom(), compare_num(), and M.