1 #ifndef GRING_SA_MULT_FORMULA_H 2 #define GRING_SA_MULT_FORMULA_H 53 return m_SAPairTypes[( (
NVars() * ((
i)-1) - ((
i) * ((i)-1))/2 + (
j)-1) - (
i) )];
63 return m_SAPairTypes[( (
NVars() * ((
i)-1) - ((
i) * ((i)-1))/2 + (
j)-1) - (
i) )];
70 static poly ncSA_1xy0x0y0(
const int i,
const int j,
const int n,
const int m,
const ring r);
71 static poly ncSA_Mxy0x0y0(
const int i,
const int j,
const int n,
const int m,
const ring r);
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);
76 static poly ncSA_1xy0x0yT2(
const int i,
const int j,
const int n,
const int m,
const int k,
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 :(