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 58 of file number2.cc.
61 number i2=(number)b->
Data();
65 number modBase= (number)
omAlloc(
sizeof(mpz_t));
67 info.
base= (mpz_ptr)modBase;
only used if HAVE_RINGS is defined
void nlGMP(number &i, number n, const coeffs r)
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
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();
48 mpz_ptr modBase= (mpz_ptr)
omAlloc(
sizeof(mpz_t));
49 mpz_init_set_ui(modBase,i2);
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
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 75 of file number2.cc.
79 res->
data=(
void*)(
long)(a2==b2);
The main handler for Singular numbers which are suitable for Singular polynomials.
◆ jjR2_CR()
Definition at line 83 of file number2.cc.
85 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