Go to the source code of this file.
◆ Enum_ncSAType
Enumerator |
---|
_ncSA_notImplemented | |
_ncSA_1xy0x0y0 | |
_ncSA_Mxy0x0y0 | |
_ncSA_Qxy0x0y0 | |
_ncSA_1xyAx0y0 | |
_ncSA_1xy0xBy0 | |
_ncSA_1xy0x0yG | |
_ncSA_1xy0x0yT2 | |
Definition at line 15 of file ncSAFormula.h.
◆ GetFormulaPowerMultiplier()
Definition at line 93 of file ncSAFormula.h.
94{
95 return r->GetNC()->GetFormulaPowerMultiplier();
96}
◆ ncInitSpecialPowersMultiplication()
bool ncInitSpecialPowersMultiplication |
( |
ring |
r | ) |
|
Definition at line 50 of file ncSAFormula.cc.
51{
52#if OUTPUT
53 PrintS(
"ncInitSpecialPowersMultiplication(ring), ring: \n");
56#endif
57
60
61
62 if( r->GetNC()->GetFormulaPowerMultiplier() !=
NULL )
63 {
64 WarnS(
"Already defined!");
65 return false;
66 }
67
68
70
71 return true;
72
73}
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!