My Project
|
#include "kernel/mod2.h"
#include "polys/monomials/ring.h"
#include "kernel/polys.h"
#include "coeffs/numbers.h"
#include "kernel/ideals.h"
#include "polys/matpol.h"
#include "polys/kbuckets.h"
#include "kernel/GBEngine/kstd1.h"
#include "polys/sbuckets.h"
#include "polys/operations/p_Mult_q.h"
#include "kernel/GBEngine/kutil.h"
#include "kernel/structs.h"
#include "kernel/GBEngine/khstd.h"
#include "polys/weight.h"
#include "misc/intvec.h"
#include "kernel/GBEngine/kInline.h"
#include "kernel/combinatorics/stairc.h"
#include "kernel/GBEngine/shiftgb.h"
#include "polys/nc/sca.h"
#include "polys/shiftop.h"
Go to the source code of this file.
Functions | |
poly | p_LPCopyAndShiftLM (poly p, int sh, const ring r) |
int | p_mLPmaxPossibleShift (poly p, const ring r) |
poly p_LPCopyAndShiftLM | ( | poly | p, |
int | sh, | ||
const ring | r | ||
) |
Definition at line 35 of file shiftgb.cc.
int p_mLPmaxPossibleShift | ( | poly | p, |
const ring | r | ||
) |
Definition at line 45 of file shiftgb.cc.