![]() |
My Project
|
#include "kernel/mod2.h"
#include "omalloc/omalloc.h"
#include "kernel/GBEngine/kutil.h"
#include "misc/options.h"
#include "kernel/polys.h"
#include "kernel/ideals.h"
#include "kernel/GBEngine/kstd1.h"
#include "kernel/GBEngine/khstd.h"
#include "polys/kbuckets.h"
#include "polys/prCopy.h"
#include "polys/weight.h"
#include "misc/intvec.h"
#include "polys/nc/nc.h"
Go to the source code of this file.
Macros | |
#define | START_REDUCE 512 |
Functions | |
static poly | kSplitAt (int k, TObject *h, kStrategy strat) |
static poly | kSplitAt (int k, LObject *h, kStrategy strat) |
static void | kAppend (poly t, TObject *h) |
static poly | lazyComp (number *A, poly *M, poly *T, int index, poly s, int *l, const ring tailR) |
int | redLiftstd (LObject *h, kStrategy strat) |
static void | setUnit (int e, ideal *unit) |
ideal | idDivRem (ideal A, const ideal quot, ideal &factor, ideal *unit, int lazyReduce) |
#define START_REDUCE 512 |
Definition at line 347 of file kLiftstd.cc.
Definition at line 64 of file kLiftstd.cc.
Definition at line 28 of file kLiftstd.cc.
|
static |
Definition at line 132 of file kLiftstd.cc.
Definition at line 167 of file kLiftstd.cc.