![]() |
My Project
|
#include "kernel/mod2.h"#include "misc/options.h"#include "misc/intvec.h"#include "coeffs/numbers.h"#include "coeffs/bigintmat.h"#include "polys/matpol.h"#include "polys/monomials/ring.h"#include "kernel/polys.h"#include "kernel/ideals.h"#include "kernel/GBEngine/syz.h"#include "Singular/tok.h"#include "Singular/ipshell.h"#include "Singular/fevoices.h"#include "Singular/lists.h"#include "Singular/attrib.h"#include "Singular/links/silink.h"#include "Singular/ipid.h"#include "Singular/blackbox.h"#include "Singular/number2.h"#include "polys/mod_raw.h"Go to the source code of this file.
Functions | |
| void | paCleanUp (package pack) |
| void * | idrecDataInit (int t) |
| idhdl | enterid (const char *s, int lev, int t, idhdl *root, BOOLEAN init, BOOLEAN search) |
| void | killid (const char *id, idhdl *ih) |
| void | killhdl (idhdl h, package proot) |
| void | killhdl2 (idhdl h, idhdl *ih, ring r) |
| idhdl | ggetid (const char *n) |
| void | ipListFlag (idhdl h) |
| lists | ipNameList (idhdl root) |
| lists | ipNameListLev (idhdl root, int lev) |
| static int | ipSwapId (idhdl tomove, idhdl &root1, idhdl &root2) |
| void | ipMoveId (idhdl tomove) |
| const char * | piProcinfo (procinfov pi, const char *request) |
| BOOLEAN | piKill (procinfov pi) |
| idhdl | packFindHdl (package r) |
| BOOLEAN | iiAlias (leftv p) |
Variables | |
| VAR omBin | sip_command_bin = omGetSpecBin(sizeof(sip_command)) |
| VAR omBin | sip_package_bin = omGetSpecBin(sizeof(sip_package)) |
| VAR omBin | idrec_bin = omGetSpecBin(sizeof(idrec)) |
| VAR proclevel * | procstack =NULL |
| VAR idhdl | currPackHdl = NULL |
| VAR idhdl | basePackHdl = NULL |
| VAR package | currPack = NULL |
| VAR package | basePack = NULL |
| VAR idhdl | currRingHdl = NULL |
Definition at line 256 of file ipid.cc.
| void * idrecDataInit | ( | int | t | ) |
Definition at line 116 of file ipid.cc.
Definition at line 818 of file ipid.cc.
| void ipListFlag | ( | idhdl | h | ) |
| void ipMoveId | ( | idhdl | tomove | ) |
Definition at line 422 of file ipid.cc.
| void paCleanUp | ( | package | pack | ) |
Definition at line 759 of file ipid.cc.
Definition at line 724 of file ipid.cc.
| VAR omBin sip_command_bin = omGetSpecBin(sizeof(sip_command)) |
| VAR omBin sip_package_bin = omGetSpecBin(sizeof(sip_package)) |