#include <ncSAMult.h>
|
| CCommutativeSpecialPairMultiplier (ring r, int i, int j) |
|
virtual | ~CCommutativeSpecialPairMultiplier () |
|
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 500 of file ncSAMult.h.
◆ CCommutativeSpecialPairMultiplier()
CCommutativeSpecialPairMultiplier::CCommutativeSpecialPairMultiplier |
( |
ring |
r, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| |
Definition at line 522 of file ncSAMult.cc.
522 :
524{
525#if OUTPUT
526 Print(
"CCommutativeSpecialPairMultiplier::CCommutativeSpecialPairMultiplier(ring, i: %d, j: %d)!",
i,
j);
528#endif
529}
◆ ~CCommutativeSpecialPairMultiplier()
CCommutativeSpecialPairMultiplier::~CCommutativeSpecialPairMultiplier |
( |
| ) |
|
|
virtual |
Definition at line 532 of file ncSAMult.cc.
533{
534#if OUTPUT
535 PrintS(
"CCommutativeSpecialPairMultiplier::~CCommutativeSpecialPairMultiplier()");
537#endif
538}
void PrintS(const char *s)
◆ MultiplyEE()
poly CCommutativeSpecialPairMultiplier::MultiplyEE |
( |
const int |
expLeft, |
|
|
const int |
expRight |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: