![]() |
My Project
|
#include "kernel/mod2.h"#include "coeffs/bigintmat.h"#include "coeffs/longrat.h"#include "misc/options.h"#include "misc/intvec.h"#include "reporter/si_signals.h"#include "kernel/polys.h"#include "polys/ext_fields/transext.h"#include "kernel/GBEngine/kutil.h"#include "kernel/GBEngine/kstd1.h"#include "kernel/GBEngine/khstd.h"#include "kernel/ideals.h"#include "kernel/combinatorics/hilb.h"#include "kernel/combinatorics/stairc.h"#include "Singular/ipid.h"#include "Singular/cntrlc.h"#include "Singular/links/ssiLink.h"#include "Singular/feOpt.h"Go to the source code of this file.
Macros | |
| #define | TRANSEXT_PRIVATES |
Functions | |
| static int | kFindLuckyPrime (ideal F, ideal Q) |
| poly | kTryHC (ideal F, ideal Q) |
| static number | nMapQa2Zp (number a, const coeffs src, const coeffs dst) |
| static number | nMapZpa2Zp (number a, const coeffs src, const coeffs dst) |
| static ideal | kTryHilbstd_homog (ideal F, ideal Q) |
| static ideal | kTryHilbstd_nonhomog (ideal F, ideal Q) |
| ideal | kTryHilbstd (ideal F, ideal Q) |
| ideal | kTryHilbstd_par (ideal F, ideal Q, tHomog h, intvec **mw) |
| #define TRANSEXT_PRIVATES |
Definition at line 17 of file kstdhelper.cc.
Definition at line 31 of file kstdhelper.cc.
Definition at line 38 of file kstdhelper.cc.
Definition at line 323 of file kstdhelper.cc.
Definition at line 113 of file kstdhelper.cc.
Definition at line 175 of file kstdhelper.cc.
Definition at line 338 of file kstdhelper.cc.
Definition at line 95 of file kstdhelper.cc.