![]() |
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 void | ngfInpAdd (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 void | ngfInpMult (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. | |
Definition at line 153 of file gnumpfl.cc.
|
static |
Definition at line 403 of file gnumpfl.cc.
Definition at line 421 of file gnumpfl.cc.
Definition at line 96 of file gnumpfl.cc.
Definition at line 82 of file gnumpfl.cc.
Definition at line 200 of file gnumpfl.cc.
|
static |
Definition at line 297 of file gnumpfl.cc.
Definition at line 270 of file gnumpfl.cc.
Definition at line 260 of file gnumpfl.cc.
Definition at line 250 of file gnumpfl.cc.
Definition at line 39 of file gnumpfl.cc.
Initialize r.
Definition at line 513 of file gnumpfl.cc.
|
static |
Definition at line 472 of file gnumpfl.cc.
Definition at line 161 of file gnumpfl.cc.
Definition at line 190 of file gnumpfl.cc.
Definition at line 50 of file gnumpfl.cc.
Definition at line 133 of file gnumpfl.cc.
Definition at line 290 of file gnumpfl.cc.
Definition at line 280 of file gnumpfl.cc.
Definition at line 61 of file gnumpfl.cc.
Definition at line 463 of file gnumpfl.cc.
Definition at line 455 of file gnumpfl.cc.
Definition at line 428 of file gnumpfl.cc.
Definition at line 446 of file gnumpfl.cc.
Definition at line 437 of file gnumpfl.cc.
Definition at line 122 of file gnumpfl.cc.
Definition at line 221 of file gnumpfl.cc.
Definition at line 242 of file gnumpfl.cc.
Definition at line 326 of file gnumpfl.cc.
Definition at line 416 of file gnumpfl.cc.
Definition at line 478 of file gnumpfl.cc.
Definition at line 68 of file gnumpfl.cc.
Definition at line 385 of file gnumpfl.cc.