![]() |
My Project
|
#include "misc/auxiliary.h"#include "factory/factory.h"#include "reporter/reporter.h"#include "polys/monomials/ring.h"#include "polys/monomials/p_polys.h"#include "polys/kbuckets.h"#include "polys/templates/p_Numbers.h"#include "polys/templates/p_Procs.h"#include "polys/templates/p_MemCmp.h"#include "polys/templates/p_MemAdd.h"#include "polys/templates/p_MemCopy.h"#include "templates/p_Procs.inc"#include "templates/p_Procs_Dynamic.h"#include "templates/p_Procs_Impl.h"#include "mod_raw.h"#include "templates/p_Procs_Set.h"Go to the source code of this file.
Macros | |
| #define | WARN_MSG "Singular will work properly, but much slower." |
| #define | LINKAGE extern "C" |
| #define | p_Procs_Kernel |
| #define | MAX_PROCNAME_LEN 200 |
| #define | DoReallySetProc(what, field, length, ord) |
| #define | DoSetProc(what, field, length, ord) |
Functions | |
| static void * | p_ProcInitHandle (void **handle, const char *module) |
| static void * | p_ProcGetHandle (p_Proc proc, p_Field field) |
| static void * | GetGeneralProc (p_Proc proc) |
| static const char * | GetGeneralProcName (p_Proc proc) |
| static void * | GetDynamicProc (const char *proc_s, p_Proc proc, p_Field field, p_Length length, p_Ord ord, int get_name=0) |
Variables | |
| const BOOLEAN | p_procs_dynamic = TRUE |
| void * | p_procs_handle_FieldIndep = NULL |
| void * | p_procs_handle_FieldZp = NULL |
| void * | p_procs_handle_FieldQ = NULL |
| void * | p_procs_handle_FieldGeneral = NULL |
Definition at line 250 of file p_Procs_Dynamic.cc.
Definition at line 255 of file p_Procs_Dynamic.cc.
Definition at line 36 of file p_Procs_Dynamic.cc.
| #define MAX_PROCNAME_LEN 200 |
Definition at line 48 of file p_Procs_Dynamic.cc.
| #define p_Procs_Kernel |
Definition at line 37 of file p_Procs_Dynamic.cc.
Definition at line 32 of file p_Procs_Dynamic.cc.
|
static |
Definition at line 208 of file p_Procs_Dynamic.cc.
Definition at line 86 of file p_Procs_Dynamic.cc.
Definition at line 147 of file p_Procs_Dynamic.cc.
Definition at line 66 of file p_Procs_Dynamic.cc.
Definition at line 55 of file p_Procs_Dynamic.cc.
Definition at line 30 of file p_Procs_Dynamic.cc.
Definition at line 53 of file p_Procs_Dynamic.cc.
Definition at line 50 of file p_Procs_Dynamic.cc.
Definition at line 52 of file p_Procs_Dynamic.cc.
Definition at line 51 of file p_Procs_Dynamic.cc.