Go to the source code of this file.
◆ crPrint()
Definition at line 25 of file number2.cc.
const CanonicalForm int s
char * crString(coeffs c)
void PrintS(const char *s)
◆ crString()
Definition at line 17 of file number2.cc.
static FORCE_INLINE char * nCoeffName(const coeffs cf)
◆ jjCRING_Zm()
Definition at line 78 of file number2.cc.
81 number i2=(number)b->
Data();
88 info.
base= (mpz_ptr)modBase;
90 if (mpz_popcount(modBase)==1)
93 mp_bitcnt_t
l=mpz_scan1 (modBase,0);
94 if ((l>0) && (l<=8*
sizeof(
unsigned long)))
100 mpz_set_ui(modBase,2);
only used if HAVE_RINGS is defined
only used if HAVE_RINGS is defined
only used if HAVE_RINGS is defined
The main handler for Singular numbers which are suitable for Singular polynomials.
const ExtensionInfo & info
< [in] sqrfree poly
only used if HAVE_RINGS is defined
void nlGMP(number &i, mpz_t n, const coeffs r)
coeffs nInitChar(n_coeffType t, void *parameter)
one-time initialisations for new coeffs in case of an error return NULL
◆ jjCRING_Zp()
Definition at line 35 of file number2.cc.
38 int i2=(int)(
long)b->
Data();
49 mpz_init_set_ui(modBase,i2);
52 if (mpz_popcount((mpz_ptr)modBase)==1)
56 if (i2<(8*
sizeof(
unsigned long)))
64 mpz_set_ui(modBase,2);
only used if HAVE_RINGS is defined
only used if HAVE_RINGS is defined
only used if HAVE_RINGS is defined
The main handler for Singular numbers which are suitable for Singular polynomials.
const ExtensionInfo & info
< [in] sqrfree poly
only used if HAVE_RINGS is defined
static int SI_LOG2(int v)
coeffs nInitChar(n_coeffType t, void *parameter)
one-time initialisations for new coeffs in case of an error return NULL
◆ jjEQUAL_CR()
Definition at line 114 of file number2.cc.
118 res->
data=(
void*)(
long)(a2==b2);
The main handler for Singular numbers which are suitable for Singular polynomials.
◆ jjR2_CR()
Definition at line 122 of file number2.cc.
124 ring r=(ring)a->
Data();
used for all transcendental extensions, i.e., the top-most extension in an extension tower is transce...
The main handler for Singular numbers which are suitable for Singular polynomials.
struct for passing initialization parameters to naInitChar
coeffs nInitChar(n_coeffType t, void *parameter)
one-time initialisations for new coeffs in case of an error return NULL