Go to the source code of this file.
◆ MYTEST
◆ OUTPUT
◆ PLURAL_INTERNAL_DECLARATIONS
#define PLURAL_INTERNAL_DECLARATIONS |
◆ AnalyzePair()
Definition at line 778 of file ncSAMult.cc.
781 Print(
"AnalyzePair(ring, i: %d, j: %d)!",
i,
j);
806 const poly d =
GetD(r,
i,
j);
static poly GetD(const ring r, int i, int j)
static poly GetC(const ring r, int i, int j)
int p_IsPurePower(const poly p, const ring r)
return i, if head depends only on var(i)
◆ ncInitSpecialPairMultiplication()
BOOLEAN ncInitSpecialPairMultiplication |
( |
ring |
r | ) |
|
Definition at line 266 of file ncSAMult.cc.
269 PrintS(
"ncInitSpecialPairMultiplication(ring), ring: \n");
280 if( r->GetNC()->GetGlobalMultiplier() !=
NULL )
282 WarnS(
"Already defined!");
288 ggnc_p_ProcsSet(r, r->p_Procs);
static bool rIsSCA(const ring r)
void PrintS(const char *s)
void rWrite(ring r, BOOLEAN details)
static BOOLEAN rIsPluralRing(const ring r)
we must always have this test!