1376{
1377
1379#ifndef OM_NDEBUG
1380#ifndef __OPTIMIZE__
1382#else
1384#endif
1385#else
1387#endif
1389
1390#ifndef HAVE_NTL
1393#endif
1394
1396
1399
1401
1410
1412
1413#if 1
1414
1416 {
1418 #ifdef SINGULAR_4_2
1421 #endif
1422
1425
1428
1430 }
1431#endif
1432
1433
1435 if (t==0) t=1;
1441
1442
1443
1444
1446
1447
1450
1453 #ifdef _SC_NPROCESSORS_ONLN
1455 #elif defined(_SC_NPROCESSORS_CONF)
1457 #endif
1458 #ifdef HAVE_VSPACE
1460 #endif
1462
1464
1465
1466 {
1475
1476
1477
1478
1479 }
1480
1481
1482#ifdef HAVE_PLURAL
1489#endif
1490
1492 {
1498 }
1499
1500 #ifndef __CYGWIN__
1502 #endif
1504}
BOOLEAN naInitChar(coeffs cf, void *infoStruct)
Initialize the coeffs object.
BOOLEAN n2pInitChar(coeffs cf, void *infoStruct)
void factoryseed(int s)
random seed initializer
VAR void(* factoryError)(const char *s)
Class used for (list of) interpreter objects.
@ n_polyExt
used to represent polys as coefficients
@ n_Q
rational (GMP) numbers
@ n_algExt
used for all algebraic extensions, i.e., the top-most extension in an extension tower is algebraic
@ n_Zn
only used if HAVE_RINGS is defined
@ n_transExt
used for all transcendental extensions, i.e., the top-most extension in an extension tower is transce...
@ n_Z
only used if HAVE_RINGS is defined
coeffs nInitChar(n_coeffType t, void *parameter)
one-time initialisations for new coeffs in case of an error return NULL
char name(const Variable &v)
const char * feSetOptValue(feOptIndex opt, char *optarg)
static void * feOptValue(feOptIndex opt)
EXTERN_VAR struct fe_option feOptSpec[]
void feInitResources(const char *argv0)
EXTERN_VAR BBA_Proc gnc_gr_bba
EXTERN_VAR BBA_Proc gnc_gr_mora
EXTERN_VAR BBA_Proc sca_gr_bba
EXTERN_VAR BBA_Proc sca_mora
EXTERN_VAR BBA_Proc sca_bba
ideal k_gnc_gr_mora(const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing)
ideal k_gnc_gr_bba(const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing)
int iiInitArithmetic()
initialisation of arithmetic structured data
idhdl enterid(const char *s, int lev, int t, idhdl *root, BOOLEAN init, BOOLEAN search)
int iiAddCproc(const char *libname, const char *procname, BOOLEAN pstatic, BOOLEAN(*func)(leftv res, leftv v))
BOOLEAN iiLibCmd(const char *newlib, BOOLEAN autoexport, BOOLEAN tellerror, BOOLEAN force)
ideal k_sca_bba(const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing)
Modified modern Sinuglar Buchberger's algorithm.
ideal k_sca_mora(const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing)
Modified modern Sinuglar Mora's algorithm.
ideal k_sca_gr_bba(const ideal F, const ideal Q, const intvec *, const intvec *, kStrategy strat, const ring _currRing)
Modified Plural's Buchberger's algorithmus.
poly k_NF(ideal F, ideal Q, poly p, int syzComp, int lazyReduce, const ring _currRing)
NOTE: this is just a wrapper which sets currRing for the actual kNF call.
static BOOLEAN iiCrossProd(leftv res, leftv args)
void omSingOutOfMemoryFunc()
static BOOLEAN iiFloat(leftv res, leftv pnn)
static void callWerrorS(const char *s)
static const int MAX_PROCESS
void nRegisterCfByName(cfInitCfByNameProc p, n_coeffType n)
n_coeffType nRegister(n_coeffType n, cfInitCharProc p)
#define SI_SAVE_OPT(A, B)
#define SI_RESTORE_OPT(A, B)
coeffs nrnInitCfByName(char *s, n_coeffType)
INST_VAR sleftv sLastPrinted
BOOLEAN ntInitChar(coeffs cf, void *infoStruct)
Initialize the coeffs object.