![]() |
My Project
|
#include <kutil.h>
Data Fields | |
unsigned long | sev |
poly | p1 |
poly | p2 |
poly | lcm |
kBucket_pt | bucket |
int | i_r1 |
int | i_r2 |
unsigned | checked |
BOOLEAN | prod_crit |
![]() | |
unsigned long | sevSig |
poly | sig |
poly | p |
poly | t_p |
poly | max_exp |
ring | tailRing |
long | FDeg |
int | ecart |
int | length |
int | pLength |
int | i_r |
int | shift |
char | is_normalized |
char | is_redundant |
char | is_sigsafe |
char | is_special |
KINLINE sLObject::sLObject | ( | poly | p, |
ring | c_r, | ||
ring | tailRing | ||
) |
KINLINE void sLObject::CanonicalizeP | ( | ) |
KINLINE void sLObject::Clear | ( | ) |
KINLINE long sLObject::Comp | ( | ) |
Definition at line 895 of file kInline.h.
KINLINE void sLObject::Copy | ( | ) |
Definition at line 802 of file kInline.h.
KINLINE void sLObject::Delete | ( | ) |
Definition at line 587 of file kInline.h.
Definition at line 752 of file kInline.h.
KINLINE poly sLObject::GetTP | ( | ) |
Definition at line 736 of file kInline.h.
KINLINE void sLObject::HeadNormalize | ( | ) |
Definition at line 367 of file kInline.h.
KINLINE void sLObject::LmDeleteAndIter | ( | ) |
Definition at line 690 of file kInline.h.
KINLINE poly sLObject::LmExtractAndIter | ( | ) |
Definition at line 710 of file kInline.h.
KINLINE long sLObject::MinComp | ( | ) |
KINLINE void sLObject::Normalize | ( | ) |
KINLINE long sLObject::pLDeg | ( | ) |
KINLINE long sLObject::SetDegStuffReturnLDeg | ( | ) |
KINLINE void sLObject::SetLmTail | ( | poly | lm, |
poly | new_p, | ||
int | length, | ||
int | use_bucket, | ||
ring | r | ||
) |
KINLINE void sLObject::SetShortExpVector | ( | ) |
Definition at line 790 of file kInline.h.
KINLINE void sLObject::ShallowCopyDelete | ( | ring | new_tailRing, |
pShallowCopyDeleteProc | p_shallow_copy_delete | ||
) |
Definition at line 779 of file kInline.h.
KINLINE TObject * sLObject::T_1 | ( | const skStrategy * | strat | ) |
Definition at line 911 of file kInline.h.
KINLINE void sLObject::T_1_2 | ( | const skStrategy * | strat, |
TObject *& | T_1, | ||
TObject *& | T_2 | ||
) |
KINLINE TObject * sLObject::T_2 | ( | const skStrategy * | strat | ) |
KINLINE void sLObject::Tail_Minus_mm_Mult_qq | ( | poly | m, |
poly | qq, | ||
int | lq, | ||
poly | spNoether | ||
) |
Definition at line 668 of file kInline.h.
KINLINE void sLObject::Tail_Mult_nn | ( | number | n | ) |
Definition at line 654 of file kInline.h.
kBucket_pt sLObject::bucket |