Go to the source code of this file.
|
ring | currRing = NULL |
| Widely used global variable which specifies the current polynomial ring for Singular interpreter and legacy implementatins. : one should avoid using it in newer designs, for example due to possible problems in parallelization with threads. More...
|
|
◆ rChangeCurrRing()
void rChangeCurrRing |
( |
ring |
r | ) |
|
Definition at line 12 of file polys.cc.
static FORCE_INLINE void nSetChar(const coeffs r)
initialisations after each ring change
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
#define TEST_RINGDEP_OPTS
void p_SetGlobals(const ring r, BOOLEAN complete)
set all properties of a new ring - also called by rComplete
◆ currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and legacy implementatins. : one should avoid using it in newer designs, for example due to possible problems in parallelization with threads.
Definition at line 10 of file polys.cc.