#include <ncSAMult.h>
|
| CAntiCommutativeSpecialPairMultiplier (ring r, int i, int j) |
|
virtual | ~CAntiCommutativeSpecialPairMultiplier () |
|
virtual poly | MultiplyEE (const int expLeft, const int expRight) |
|
| CSpecialPairMultiplier (ring r, int i, int j) |
|
virtual | ~CSpecialPairMultiplier () |
|
int | GetI () const |
|
int | GetJ () const |
|
virtual poly | MultiplyEE (const CExponent expLeft, const CExponent expRight)=0 |
|
virtual poly | MultiplyME (const poly pMonom, const CExponent expRight) |
|
virtual poly | MultiplyEM (const CExponent expLeft, const poly pMonom) |
|
| CMultiplier (ring rBaseRing) |
|
virtual | ~CMultiplier () |
|
ring | GetBasering () const |
|
int | NVars () const |
|
poly | LM (const poly pTerm, const ring r, int i=1) const |
|
poly | MultiplyTE (const poly pTerm, const int expRight) |
|
poly | MultiplyET (const int expLeft, const poly pTerm) |
|
virtual poly | MultiplyEE (const int expLeft, const int expRight)=0 |
|
virtual poly | MultiplyME (const poly pMonom, const int expRight)=0 |
|
virtual poly | MultiplyEM (const int expLeft, const poly pMonom)=0 |
|
Definition at line 511 of file ncSAMult.h.
◆ CAntiCommutativeSpecialPairMultiplier()
CAntiCommutativeSpecialPairMultiplier::CAntiCommutativeSpecialPairMultiplier |
( |
ring |
r, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| |
Definition at line 554 of file ncSAMult.cc.
554 :
556{
557#if OUTPUT
558 Print(
"CAntiCommutativeSpecialPairMultiplier::CAntiCommutativeSpecialPairMultiplier(ring, i: %d, j: %d)!",
i,
j);
560#endif
561}
◆ ~CAntiCommutativeSpecialPairMultiplier()
CAntiCommutativeSpecialPairMultiplier::~CAntiCommutativeSpecialPairMultiplier |
( |
| ) |
|
|
virtual |
Definition at line 564 of file ncSAMult.cc.
565{
566#if OUTPUT
567 PrintS(
"CAntiCommutativeSpecialPairMultiplier::~CAntiCommutativeSpecialPairMultiplier()");
569#endif
570}
void PrintS(const char *s)
◆ MultiplyEE()
poly CAntiCommutativeSpecialPairMultiplier::MultiplyEE |
( |
const int |
expLeft, |
|
|
const int |
expRight |
|
) |
| |
|
virtual |
Implements CSpecialPairMultiplier.
Definition at line 573 of file ncSAMult.cc.
574{
575#if OUTPUT
576 Print(
"CAntiCommutativeSpecialPairMultiplier::MultiplyEE(var(%d)^{%d}, var(%d)^{%d})!",
GetJ(), expLeft,
GetI(), expRight);
578#endif
579
581
583}
The documentation for this class was generated from the following files: