#include <ncSAMult.h>
|
| CShiftSpecialPairMultiplier (ring r, int i, int j, int s, number c) |
|
virtual | ~CShiftSpecialPairMultiplier () |
|
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 570 of file ncSAMult.h.
◆ CShiftSpecialPairMultiplier()
CShiftSpecialPairMultiplier::CShiftSpecialPairMultiplier |
( |
ring |
r, |
|
|
int |
i, |
|
|
int |
j, |
|
|
int |
s, |
|
|
number |
c |
|
) |
| |
Definition at line 696 of file ncSAMult.cc.
696 :
698{
699#if OUTPUT
700 Print(
"CShiftSpecialPairMultiplier::CShiftSpecialPairMultiplier(ring, i: %d, j: %d, s: %d, c)!",
i,
j,
s);
703#endif
704}
static FORCE_INLINE void n_Write(number n, const coeffs r, const BOOLEAN bShortOut=TRUE)
const CanonicalForm int s
void PrintS(const char *s)
◆ ~CShiftSpecialPairMultiplier()
CShiftSpecialPairMultiplier::~CShiftSpecialPairMultiplier |
( |
| ) |
|
|
virtual |
Definition at line 707 of file ncSAMult.cc.
708{
709#if OUTPUT
710 PrintS(
"CShiftSpecialPairMultiplier::~CShiftSpecialPairMultiplier()");
712#endif
713}
◆ MultiplyEE()
poly CShiftSpecialPairMultiplier::MultiplyEE |
( |
const int |
expLeft, |
|
|
const int |
expRight |
|
) |
| |
|
virtual |
Implements CSpecialPairMultiplier.
Definition at line 716 of file ncSAMult.cc.
717{
718#if OUTPUT
719 Print(
"CShiftSpecialPairMultiplier::MultiplyEE(var(%d)^{%d}, var(%d)^{%d})!",
GetJ(), expLeft,
GetI(), expRight);
721#endif
722
723
724 assume( expLeft*expRight > 0 );
725
727
730 else
732
733}
◆ m_shiftCoef
const number CShiftSpecialPairMultiplier::m_shiftCoef |
|
private |
◆ m_shiftVar
const int CShiftSpecialPairMultiplier::m_shiftVar |
|
private |
The documentation for this class was generated from the following files: