![]() |
My Project
debian-1:4.1.2-p1+ds-2
|
#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 * | ngfCoeffString (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 nMapFunc | ngfSetMap (const coeffs src, const coeffs dst) |
static void | ngfCoeffWrite (const coeffs r, BOOLEAN) |
BOOLEAN | ngfInitChar (coeffs n, void *parameter) |
Initialize r. More... | |
|
static |
Definition at line 383 of file gnumpfl.cc.
Definition at line 408 of file gnumpfl.cc.
Definition at line 501 of file gnumpfl.cc.
Definition at line 95 of file gnumpfl.cc.
Definition at line 81 of file gnumpfl.cc.
|
static |
Definition at line 277 of file gnumpfl.cc.
Definition at line 250 of file gnumpfl.cc.
Definition at line 240 of file gnumpfl.cc.
Definition at line 230 of file gnumpfl.cc.
Definition at line 38 of file gnumpfl.cc.
Definition at line 49 of file gnumpfl.cc.
Definition at line 270 of file gnumpfl.cc.
Definition at line 260 of file gnumpfl.cc.
Definition at line 60 of file gnumpfl.cc.
Definition at line 461 of file gnumpfl.cc.
Definition at line 453 of file gnumpfl.cc.
Definition at line 415 of file gnumpfl.cc.
Definition at line 444 of file gnumpfl.cc.
Definition at line 423 of file gnumpfl.cc.
Definition at line 121 of file gnumpfl.cc.
Definition at line 201 of file gnumpfl.cc.
Definition at line 222 of file gnumpfl.cc.
Definition at line 306 of file gnumpfl.cc.
Definition at line 396 of file gnumpfl.cc.
Definition at line 470 of file gnumpfl.cc.
Definition at line 67 of file gnumpfl.cc.
Definition at line 365 of file gnumpfl.cc.