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

◆ schreyer_up()

void SchreyerOrder::schreyer_up ( const_monomial m,
int comp,
monomial result ) const
inline

Definition at line 107 of file schorder.hpp.

109 {
110 M->mult(m, base_monom(comp), result);
111 }
const Monoid * M
Definition schorder.hpp:69
const_monomial base_monom(int i) const
Definition schorder.hpp:91
VALGRIND_MAKE_MEM_DEFINED & result(result)

References base_monom(), M, monomial, and result().

Referenced by GBRing::gbvector_term(), GBRing::gbvector_term(), GBRing::gbvector_term_exponents(), and GBRing::mult_by_term().