1#ifndef GRING_SA_MULT_FORMULA_H
2#define GRING_SA_MULT_FORMULA_H
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();