![]() |
My Project
|
#include "misc/auxiliary.h"
#include "reporter/reporter.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "coeffs/mpr_complex.h"
#include "coeffs/longrat.h"
#include "coeffs/shortfl.h"
#include "coeffs/gnumpfl.h"
#include "coeffs/gnumpc.h"
#include "coeffs/modulop.h"
Go to the source code of this file.
Data Structures | |
union | nf |
Functions | |
const char * | ngfRead (const char *s, number *a, const coeffs r) |
static number | ngfInit (long i, const coeffs r) |
static long | ngfInt (number &i, const coeffs r) |
static BOOLEAN | ngfIsZero (number a, const coeffs r) |
static int | ngfSize (number n, const coeffs r) |
static void | ngfDelete (number *a, const coeffs r) |
static number | ngfCopy (number a, const coeffs r) |
static number | ngfNeg (number a, const coeffs r) |
static number | ngfInvers (number a, const coeffs r) |
static number | ngfAdd (number a, number b, const coeffs R) |
static number | ngfSub (number a, number b, const coeffs R) |
static number | ngfMult (number a, number b, const coeffs R) |
static number | ngfDiv (number a, number b, const coeffs r) |
static number | ngfPower (number x, int exp, const coeffs r) |
static void | ngfPower (number x, int exp, number *u, const coeffs r) |
static BOOLEAN | ngfGreaterZero (number a, const coeffs r) |
static BOOLEAN | ngfGreater (number a, number b, const coeffs r) |
static BOOLEAN | ngfEqual (number a, number b, const coeffs r) |
static BOOLEAN | ngfIsOne (number a, const coeffs r) |
static BOOLEAN | ngfIsMOne (number a, const coeffs r) |
static char * | ngfEatFloatNExp (char *s) |
static void | ngfWrite (number a, const coeffs r) |
static BOOLEAN | ngfCoeffIsEqual (const coeffs r, n_coeffType n, void *parameter) |
static void | ngfSetChar (const coeffs r) |
static char * | ngfCoeffName (const coeffs r) |
static number | ngfMapQ (number from, const coeffs src, const coeffs dst) |
static number | ngfMapZ (number from, const coeffs aRing, const coeffs r) |
static number | ngfMapR (number from, const coeffs src, const coeffs dst) |
static number | ngfMapP (number from, const coeffs src, const coeffs dst) |
static number | ngfMapC (number from, const coeffs src, const coeffs dst) |
static number | ngfInitMPZ (mpz_t m, const coeffs) |
static nMapFunc | ngfSetMap (const coeffs src, const coeffs dst) |
BOOLEAN | ngfInitChar (coeffs n, void *parameter) |
Initialize r. More... | |
Definition at line 153 of file gnumpfl.cc.
|
static |
Definition at line 389 of file gnumpfl.cc.
Definition at line 407 of file gnumpfl.cc.
Definition at line 96 of file gnumpfl.cc.
Definition at line 82 of file gnumpfl.cc.
Definition at line 186 of file gnumpfl.cc.
|
static |
Definition at line 283 of file gnumpfl.cc.
Definition at line 256 of file gnumpfl.cc.
Definition at line 246 of file gnumpfl.cc.
Definition at line 236 of file gnumpfl.cc.
Definition at line 39 of file gnumpfl.cc.
Initialize r.
Definition at line 499 of file gnumpfl.cc.
|
static |
Definition at line 458 of file gnumpfl.cc.
Definition at line 50 of file gnumpfl.cc.
Definition at line 133 of file gnumpfl.cc.
Definition at line 276 of file gnumpfl.cc.
Definition at line 266 of file gnumpfl.cc.
Definition at line 61 of file gnumpfl.cc.
Definition at line 449 of file gnumpfl.cc.
Definition at line 441 of file gnumpfl.cc.
Definition at line 414 of file gnumpfl.cc.
Definition at line 432 of file gnumpfl.cc.
Definition at line 423 of file gnumpfl.cc.
Definition at line 122 of file gnumpfl.cc.
Definition at line 207 of file gnumpfl.cc.
Definition at line 228 of file gnumpfl.cc.
Definition at line 312 of file gnumpfl.cc.
Definition at line 402 of file gnumpfl.cc.
Definition at line 464 of file gnumpfl.cc.
Definition at line 68 of file gnumpfl.cc.
Definition at line 371 of file gnumpfl.cc.