My Project
|
#include "kernel/structs.h"
Go to the source code of this file.
Data Structures | |
class | Poly |
struct | jList |
Macros | |
#define | GCM(sz) omAlloc((sz)) |
#define | GCMA(sz) omAlloc((sz)) |
#define | GCF(x) omFree((x)) |
#define | ListNode struct LISTNODE |
#define | TreeM struct TREEM |
#define | NodeM struct NODEM |
Typedefs | |
typedef void(* | poly_function) (Poly *) |
typedef ListNode * | LCI |
typedef ListNode ** | LI |
Variables | |
ListNode | |
ListNode * | next |
NodeM | |
Poly * | ended |
TreeM | |
void ClearProl | ( | Poly * | x, |
int | i | ||
) |
Definition at line 1000 of file janet.cc.
void ControlProlong | ( | Poly * | x | ) |
int CountList | ( | jList * | Q | ) |
NodeM * create | ( | ) |
void Define | ( | TreeM ** | G | ) |
void DestroyFreeNodes | ( | ) |
void DestroyList | ( | jList * | x | ) |
void DestroyListNode | ( | ListNode * | x | ) |
void DestroyPoly | ( | ) |
void DestroyTree | ( | NodeM * | G | ) |
void ForEachControlProlong | ( | jList * | x | ) |
void ForEachPNF | ( | jList * | x, |
int | i | ||
) |
int GB_length | ( | ) |
int GetMult | ( | Poly * | x, |
int | i | ||
) |
int GetProl | ( | Poly * | x, |
int | i | ||
) |
void InitHistory | ( | Poly * | p | ) |
Definition at line 402 of file janet.cc.
void Initialization | ( | char * | Ord | ) |
Definition at line 952 of file janet.cc.
void InitLead | ( | Poly * | p | ) |
void InitProl | ( | Poly * | p | ) |
Definition at line 912 of file janet.cc.
Definition at line 552 of file janet.cc.
Definition at line 853 of file janet.cc.
Definition at line 187 of file janet.cc.
void NFListQ | ( | ) |
Definition at line 631 of file janet.cc.
Definition at line 143 of file janet.cc.
void ProlVar | ( | Poly * | temp, |
int | i | ||
) |
Definition at line 74 of file janet.cc.
void SetMult | ( | Poly * | x, |
int | i | ||
) |
void SetProl | ( | Poly * | x, |
int | i | ||
) |
Definition at line 299 of file janet.cc.
ListNode |