![]() |
My Project
debian-1:4.1.1-p2+ds-4build4
|
#include "misc/auxiliary.h"
#include "omalloc/omalloc.h"
#include "misc/mylimits.h"
#include "reporter/reporter.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "coeffs/mpr_complex.h"
#include "coeffs/gnumpc.h"
#include "coeffs/longrat.h"
#include "coeffs/gnumpfl.h"
#include "coeffs/modulop.h"
#include "coeffs/shortfl.h"
Go to the source code of this file.
Functions | |
BOOLEAN | ngcDBTest (number a, const char *f, const int l, const coeffs r) |
static number | ngcParameter (int i, const coeffs r) |
static number | ngcInit (long i, const coeffs r) |
static long | ngcInt (number &i, const coeffs r) |
static BOOLEAN | ngcIsZero (number a, const coeffs r) |
static int | ngcSize (number n, const coeffs R) |
static void | ngcDelete (number *a, const coeffs r) |
static number | ngcCopy (number a, const coeffs r) |
static number | ngcNeg (number a, const coeffs R) |
static number | ngcInvers (number a, const coeffs R) |
static number | ngcAdd (number a, number b, const coeffs R) |
static number | ngcSub (number a, number b, const coeffs R) |
static number | ngcMult (number a, number b, const coeffs R) |
static number | ngcDiv (number a, number b, const coeffs r) |
static void | ngcPower (number x, int exp, number *u, const coeffs r) |
static number | ngcRePart (number a, const coeffs r) |
static number | ngcImPart (number a, const coeffs r) |
static BOOLEAN | ngcGreaterZero (number a, const coeffs r) |
static BOOLEAN | ngcGreater (number a, number b, const coeffs r) |
static BOOLEAN | ngcEqual (number a, number b, const coeffs r) |
static BOOLEAN | ngcIsOne (number a, const coeffs r) |
static BOOLEAN | ngcIsMOne (number a, const coeffs r) |
static const char * | ngcRead (const char *s, number *a, const coeffs r) |
static void | ngcWrite (number a, const coeffs r) |
static BOOLEAN | ngcCoeffIsEqual (const coeffs r, n_coeffType n, void *parameter) |
static void | ngcKillChar (coeffs r) |
static char * | ngcCoeffString (const coeffs r) |
static char * | ngcCoeffName (const coeffs r) |
static void | ngcCoeffWrite (const coeffs r, BOOLEAN) |
static number | ngcMapQ (number from, const coeffs aRing, const coeffs r) |
static number | ngcMapZ (number from, const coeffs aRing, const coeffs r) |
static number | ngcMapLongR (number from, const coeffs aRing, const coeffs r) |
static number | ngcMapR (number from, const coeffs aRing, const coeffs r) |
static number | ngcMapP (number from, const coeffs aRing, const coeffs r) |
static number | ngcCopyMap (number from, const coeffs aRing, const coeffs r) |
static nMapFunc | ngcSetMap (const coeffs src, const coeffs dst) |
BOOLEAN | ngcInitChar (coeffs n, void *parameter) |
Initialize r (n_long_C) More... | |
void | ngcSetChar (const coeffs r) |
Definition at line 156 of file gnumpc.cc.
|
static |
Definition at line 378 of file gnumpc.cc.
Initialize r (n_long_C)
Definition at line 555 of file gnumpc.cc.
|
static |
Definition at line 400 of file gnumpc.cc.
Definition at line 471 of file gnumpc.cc.
Definition at line 485 of file gnumpc.cc.
Definition at line 206 of file gnumpc.cc.
Definition at line 694 of file gnumpc.cc.
Definition at line 524 of file gnumpc.cc.
Definition at line 362 of file gnumpc.cc.