![]() |
My Project
debian-1:4.1.2-p1+ds-2
|
#include "misc/auxiliary.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 155 of file gnumpc.cc.
|
static |
Definition at line 377 of file gnumpc.cc.
Initialize r (n_long_C)
Definition at line 553 of file gnumpc.cc.
|
static |
Definition at line 399 of file gnumpc.cc.
Definition at line 469 of file gnumpc.cc.
Definition at line 483 of file gnumpc.cc.
Definition at line 205 of file gnumpc.cc.
Definition at line 692 of file gnumpc.cc.
Definition at line 522 of file gnumpc.cc.
Definition at line 361 of file gnumpc.cc.