My Project
|
#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 | |
static BOOLEAN | ngcDBTest (number, const char *, const int, 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 void | ngcInpAdd (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 void | ngcInpMult (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 * | 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 number | ngcInitMPZ (mpz_t m, const coeffs) |
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 151 of file gnumpc.cc.
|
static |
Definition at line 384 of file gnumpc.cc.
Initialize r (n_long_C)
Definition at line 560 of file gnumpc.cc.
|
static |
|
static |
Definition at line 406 of file gnumpc.cc.
Definition at line 482 of file gnumpc.cc.
Definition at line 215 of file gnumpc.cc.
Definition at line 701 of file gnumpc.cc.
Definition at line 529 of file gnumpc.cc.
Definition at line 368 of file gnumpc.cc.