![]() |
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 |
| Data Fields inherited from sTObject | |
| 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 896 of file kInline.h.
| KINLINE void sLObject::Copy | ( | ) |
Definition at line 803 of file kInline.h.
| KINLINE void sLObject::Delete | ( | ) |
Definition at line 585 of file kInline.h.
Definition at line 753 of file kInline.h.
| KINLINE poly sLObject::GetTP | ( | ) |
Definition at line 737 of file kInline.h.
| KINLINE void sLObject::HeadNormalize | ( | ) |
Definition at line 367 of file kInline.h.
| KINLINE void sLObject::LmDeleteAndIter | ( | ) |
Definition at line 691 of file kInline.h.
| KINLINE poly sLObject::LmExtractAndIter | ( | ) |
Definition at line 711 of file kInline.h.
| KINLINE long sLObject::MinComp | ( | ) |
| KINLINE void sLObject::Normalize | ( | ) |
| KINLINE long sLObject::pLDeg | ( | ) |
Definition at line 616 of file kInline.h.
| 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 791 of file kInline.h.
| KINLINE void sLObject::ShallowCopyDelete | ( | ring | new_tailRing, |
| pShallowCopyDeleteProc | p_shallow_copy_delete ) |
Definition at line 780 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 669 of file kInline.h.
| KINLINE void sLObject::Tail_Mult_nn | ( | number | n | ) |
Definition at line 655 of file kInline.h.
| kBucket_pt sLObject::bucket |