![]() |
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 void | NoReturn (leftv &res) |
| static BOOLEAN | _ClearContent (leftv res, leftv h) |
| wrapper around n_ClearContent | |
| static BOOLEAN | _ClearDenominators (leftv res, leftv h) |
| wrapper around n_ClearDenominators | |
| static number | jjLONG2N (long d) |
| static void | view (const intvec *v) |
| static BOOLEAN | leadcomp (leftv res, leftv h) |
| Get leading component. | |
| static BOOLEAN | MakeInducedSchreyerOrdering (leftv res, leftv h) |
| Same for Induced Schreyer ordering (ordering on components is defined by sign!) | |
| static BOOLEAN | GetInducedData (leftv res, leftv h) |
| ? | |
| static BOOLEAN | SetInducedReferrence (leftv res, leftv h) |
| Returns old SyzCompLimit, can set new limit. | |
| static BOOLEAN | idPrepare (leftv res, leftv h) |
| Get raw syzygies (idPrepare) | |
| 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 49 of file mod_main.cc.
wrapper around n_ClearDenominators
Definition at line 95 of file mod_main.cc.
?
Definition at line 244 of file mod_main.cc.
Get raw syzygies (idPrepare)
Definition at line 348 of file mod_main.cc.
Definition at line 159 of file mod_main.cc.
Get leading component.
Definition at line 187 of file mod_main.cc.
Same for Induced Schreyer ordering (ordering on components is defined by sign!)
Definition at line 219 of file mod_main.cc.
Returns old SyzCompLimit, can set new limit.
Definition at line 300 of file mod_main.cc.
| int SI_MOD_INIT() syzextra | ( | SModulFunctions * | psModulFunctions | ) |
Definition at line 439 of file mod_main.cc.
Definition at line 164 of file mod_main.cc.