My Project
|
#include "kernel/mod2.h"
#include "misc/intvec.h"
#include "misc/options.h"
#include "coeffs/coeffs.h"
#include "polys/PolyEnumerator.h"
#include "polys/monomials/p_polys.h"
#include "polys/monomials/ring.h"
#include "polys/simpleideals.h"
#include "kernel/GBEngine/kstd1.h"
#include "kernel/polys.h"
#include "kernel/GBEngine/syz.h"
#include "Singular/tok.h"
#include "Singular/ipid.h"
#include "Singular/lists.h"
#include "Singular/attrib.h"
#include "Singular/ipshell.h"
#include "syzextra.h"
#include "Singular/mod_lib.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | ADD(C, D, E) psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""), (char*)C, D, E); |
Functions | |
static BOOLEAN | id_IsModule (ideal id, ring r) |
test whether this input has vectors among entries or no enties result must be FALSE for only 0-entries More... | |
static void | NoReturn (leftv &res) |
static BOOLEAN | _ClearContent (leftv res, leftv h) |
wrapper around n_ClearContent More... | |
static BOOLEAN | _ClearDenominators (leftv res, leftv h) |
wrapper around n_ClearDenominators More... | |
static int | getOptionalInteger (const leftv &h, const int _n) |
try to get an optional (simple) integer argument out of h or return the default value More... | |
static number | jjLONG2N (long d) |
static void | view (const intvec *v) |
static BOOLEAN | leadcomp (leftv res, leftv h) |
Get leading component. More... | |
static BOOLEAN | MakeInducedSchreyerOrdering (leftv res, leftv h) |
Same for Induced Schreyer ordering (ordering on components is defined by sign!) More... | |
static BOOLEAN | GetInducedData (leftv res, leftv h) |
? More... | |
static BOOLEAN | SetInducedReferrence (leftv res, leftv h) |
Returns old SyzCompLimit, can set new limit. More... | |
static BOOLEAN | idPrepare (leftv res, leftv h) |
Get raw syzygies (idPrepare) More... | |
int SI_MOD_INIT() | syzextra (SModulFunctions *psModulFunctions) |
#define ADD | ( | C, | |
D, | |||
E | |||
) | psModulFunctions->iiAddCproc((currPack->libname? currPack->libname: ""), (char*)C, D, E); |
wrapper around n_ClearContent
Definition at line 75 of file mod_main.cc.
wrapper around n_ClearDenominators
Definition at line 121 of file mod_main.cc.
?
Definition at line 269 of file mod_main.cc.
try to get an optional (simple) integer argument out of h or return the default value
Definition at line 169 of file mod_main.cc.
|
static |
test whether this input has vectors among entries or no enties result must be FALSE for only 0-entries
Definition at line 45 of file mod_main.cc.
Get raw syzygies (idPrepare)
Definition at line 373 of file mod_main.cc.
|
inlinestatic |
Definition at line 184 of file mod_main.cc.
Get leading component.
Definition at line 212 of file mod_main.cc.
Same for Induced Schreyer ordering (ordering on components is defined by sign!)
Definition at line 244 of file mod_main.cc.
|
inlinestatic |
Returns old SyzCompLimit, can set new limit.
Definition at line 325 of file mod_main.cc.
int SI_MOD_INIT() syzextra | ( | SModulFunctions * | psModulFunctions | ) |
Definition at line 464 of file mod_main.cc.
Definition at line 189 of file mod_main.cc.