![]() |
#include <coeffs/coeffs.h>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 | ndCopyMap (number a, const coeffs src, const coeffs dst) |
| 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) |
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 131 of file numbers.cc.
Definition at line 239 of file numbers.cc.
find an existing coeff by its "CoeffName"
Definition at line 549 of file numbers.cc.
| n_coeffType nRegister | ( | n_coeffType | n, |
| cfInitCharProc | p | ||
| ) |
Definition at line 519 of file numbers.cc.