Go to the source code of this file.
◆ p_Mult_mm__T()
Definition at line 18 of file p_Mult_mm__T.cc.
27 DECLARE_LENGTH(
const unsigned long length = ri->ExpL_Size);
28 const unsigned long* m_e =
m->exp;
29 pAssume(!n_IsZero__T(ln,ri->cf));
31 #ifdef HAVE_ZERODIVISORS 37 number tmp = n_Mult__T(ln, pn, ri->cf);
38 #ifdef HAVE_ZERODIVISORS 39 if (n_IsZero__T(tmp, ri->cf))
59 p_MemAdd__T(
p->exp, m_e, length);
60 p_MemAddAdjust__T(
p, ri);
61 #ifdef HAVE_ZERODIVISORS static poly p_LmDeleteAndNext(poly p, const ring r)
static number & pGetCoeff(poly p)
return an alias to the leading coefficient of p assumes that p != NULL NOTE: not copy ...
#define n_Delete__T(n, r)