Go to the source code of this file.
◆ MYTEST
◆ OUTPUT
◆ PLURAL_INTERNAL_DECLARATIONS
#define PLURAL_INTERNAL_DECLARATIONS |
◆ AnalyzePair()
Definition at line 777 of file ncSAMult.cc.
780 Print(
"AnalyzePair(ring, i: %d, j: %d)!",
i,
j);
805 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 265 of file ncSAMult.cc.
268 PrintS(
"ncInitSpecialPairMultiplication(ring), ring: \n");
279 if( r->GetNC()->GetGlobalMultiplier() !=
NULL )
281 WarnS(
"Already defined!");
287 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!