1 #ifndef GRING_SA_MULT_FORMULA_H 2 #define GRING_SA_MULT_FORMULA_H 73 static poly ncSA_Qxy0x0y0(
const int i,
const int j,
const int n,
const int m,
const number m_q,
const ring
r);
75 static poly ncSA_1xy0x0yG(
const int i,
const int j,
const int n,
const int m,
const number m_g,
const ring
r);
78 static poly ncSA_1xyAx0y0(
const int i,
const int j,
const int n,
const int m,
const number m_shiftCoef,
const ring
r);
79 static poly ncSA_1xy0xBy0(
const int i,
const int j,
const int n,
const int m,
const number m_shiftCoef,
const ring
r);
97 return r->GetNC()->GetFormulaPowerMultiplier();
103 #endif // HAVE_PLURAL :(