![]() |
#include <kernel/mod2.h>
#include <omalloc/omalloc.h>
#include <coeffs/numbers.h>
#include <polys/monomials/ring.h>
#include <polys/monomials/p_polys.h>
#include <polys/kbuckets.h>
#include <kernel/ideals.h>
#include <kernel/polys.h>
#include <kernel/GBEngine/kutil.h>
#include <kernel/GBEngine/janet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <time.h>
Go to the source code of this file.
Macros | |
#define | pow_(x) jDeg((x),currRing) |
Variables | |
static int | offset |
static jList * | T |
static jList * | Q |
static TreeM * | G |
static NodeM * | FreeNodes |
static int | degree_compatible |
static int(* | ListGreatMove )(jList *, jList *, poly) |
static int | Mask [8] ={0x80,0x40,0x20,0x10,0x8,0x4,0x2,0x1} |
pFDegProc | jDeg |
static Poly * | temp_l |
static Poly * | h |
|
static |
void DestroyPoly | ( | Poly * | x | ) |
Definition at line 390 of file janet.cc.
Definition at line 524 of file janet.cc.
void InitHistory | ( | Poly * | p | ) |
Definition at line 409 of file janet.cc.
void Initialization | ( | char * | Ord | ) |
Definition at line 959 of file janet.cc.
void InitLead | ( | Poly * | p | ) |
Definition at line 416 of file janet.cc.
Definition at line 919 of file janet.cc.
Definition at line 559 of file janet.cc.
Definition at line 860 of file janet.cc.
Definition at line 736 of file janet.cc.
Definition at line 589 of file janet.cc.
Definition at line 368 of file janet.cc.
Definition at line 195 of file janet.cc.
Definition at line 151 of file janet.cc.
Definition at line 470 of file janet.cc.
void ProlVar | ( | Poly * | temp, |
int | i | ||
) |
Definition at line 487 of file janet.cc.
Definition at line 127 of file janet.cc.
Definition at line 81 of file janet.cc.
Definition at line 828 of file janet.cc.
Definition at line 306 of file janet.cc.