1 #ifndef GRING_SA_MULT_FORMULA_H 2 #define GRING_SA_MULT_FORMULA_H 51 return m_SAPairTypes[( (
NVars() * ((
i)-1) - ((
i) * ((i)-1))/2 + (
j)-1) - (
i) )];
61 return m_SAPairTypes[( (
NVars() * ((
i)-1) - ((
i) * ((i)-1))/2 + (
j)-1) - (
i) )];
66 static poly
Multiply(
Enum_ncSAType type,
const int i,
const int j,
const int n,
const int m,
const ring r);
68 static poly
ncSA_1xy0x0y0(
const int i,
const int j,
const int n,
const int m,
const ring r);
69 static poly
ncSA_Mxy0x0y0(
const int i,
const int j,
const int n,
const int m,
const ring r);
71 static poly
ncSA_Qxy0x0y0(
const int i,
const int j,
const int n,
const int m,
const number m_q,
const ring r);
73 static poly
ncSA_1xy0x0yG(
const int i,
const int j,
const int n,
const int m,
const number m_g,
const ring r);
74 static poly
ncSA_1xy0x0yT2(
const int i,
const int j,
const int n,
const int m,
const int k,
const ring r);
76 static poly
ncSA_1xyAx0y0(
const int i,
const int j,
const int n,
const int m,
const number m_shiftCoef,
const ring r);
77 static poly
ncSA_1xy0xBy0(
const int i,
const int j,
const int n,
const int m,
const number m_shiftCoef,
const ring r);
82 poly
Multiply(
int i,
int j,
const int n,
const int m);
95 return r->GetNC()->GetFormulaPowerMultiplier();
101 #endif // HAVE_PLURAL :(