![]() |
My Project
UNKNOWN_GIT_VERSION
|
#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 384 of file janet.cc.
Definition at line 518 of file janet.cc.
void InitHistory | ( | Poly * | p | ) |
Definition at line 403 of file janet.cc.
void Initialization | ( | char * | Ord | ) |
Definition at line 953 of file janet.cc.
void InitLead | ( | Poly * | p | ) |
Definition at line 410 of file janet.cc.
Definition at line 913 of file janet.cc.
Definition at line 553 of file janet.cc.
Definition at line 854 of file janet.cc.
Definition at line 730 of file janet.cc.
Definition at line 583 of file janet.cc.
Poly* NewPoly | ( | poly | p | ) |
Definition at line 362 of file janet.cc.
Definition at line 188 of file janet.cc.
Definition at line 144 of file janet.cc.
Definition at line 464 of file janet.cc.
void ProlVar | ( | Poly * | temp, |
int | i | ||
) |
Definition at line 481 of file janet.cc.
Definition at line 120 of file janet.cc.
Definition at line 75 of file janet.cc.
int sp_div | ( | poly | m1, |
poly | m2, | ||
int | from | ||
) |
Definition at line 822 of file janet.cc.
Definition at line 300 of file janet.cc.