![]() |
Go to the source code of this file.
Typedefs | |
typedef BOOLEAN(* | cfInitCharProc) (coeffs, void *) |
initialize an object of type coeff, return FALSE in case of success More... | |
Functions | |
number | ndGcd (number a, number b, const coeffs) |
number | ndCopyMap (number a, const coeffs src, const coeffs dst) |
CanonicalForm | ndConvSingNFactoryN (number, BOOLEAN, const coeffs) |
BOOLEAN | n_IsZeroDivisor (number a, const coeffs r) |
Test whether a is a zero divisor in r i.e. not coprime with char. of r very inefficient implementation: should ONLY be used for debug stuff /tests. More... | |
n_coeffType | nRegister (n_coeffType n, cfInitCharProc p) |
coeffs | nFindCoeffByName (const char *n) |
find an existing coeff by its "CoeffName" More... | |
Variables | |
const char *const | nDivBy0 = "div by 0" |
#define nGetNumerator | ( | N | ) | n_GetNumerator((N),currRing->cf) |
#define nGreaterZero | ( | n | ) | n_GreaterZero(n, currRing->cf) |
#define nNormalize | ( | n | ) | n_Normalize(n,currRing->cf) |
Test whether a is a zero divisor in r i.e. not coprime with char. of r very inefficient implementation: should ONLY be used for debug stuff /tests.
Definition at line 145 of file numbers.cc.
CanonicalForm ndConvSingNFactoryN | ( | number | , |
BOOLEAN | , | ||
const coeffs | |||
) |
Definition at line 272 of file numbers.cc.
Definition at line 251 of file numbers.cc.
Definition at line 161 of file numbers.cc.
find an existing coeff by its "CoeffName"
Definition at line 568 of file numbers.cc.
n_coeffType nRegister | ( | n_coeffType | n, |
cfInitCharProc | p | ||
) |
Definition at line 538 of file numbers.cc.