![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include "misc/auxiliary.h"
#include "omalloc/omalloc.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 384 of file gnumpfl.cc.
Definition at line 409 of file gnumpfl.cc.
Definition at line 502 of file gnumpfl.cc.
Definition at line 96 of file gnumpfl.cc.
Definition at line 82 of file gnumpfl.cc.
|
static |
Definition at line 278 of file gnumpfl.cc.
Definition at line 251 of file gnumpfl.cc.
Definition at line 241 of file gnumpfl.cc.
Definition at line 231 of file gnumpfl.cc.
Definition at line 39 of file gnumpfl.cc.
Definition at line 50 of file gnumpfl.cc.
Definition at line 271 of file gnumpfl.cc.
Definition at line 261 of file gnumpfl.cc.
Definition at line 61 of file gnumpfl.cc.
Definition at line 462 of file gnumpfl.cc.
Definition at line 454 of file gnumpfl.cc.
Definition at line 416 of file gnumpfl.cc.
Definition at line 445 of file gnumpfl.cc.
Definition at line 424 of file gnumpfl.cc.
Definition at line 122 of file gnumpfl.cc.
Definition at line 202 of file gnumpfl.cc.
Definition at line 223 of file gnumpfl.cc.
Definition at line 307 of file gnumpfl.cc.
Definition at line 397 of file gnumpfl.cc.
Definition at line 471 of file gnumpfl.cc.
Definition at line 68 of file gnumpfl.cc.
Definition at line 366 of file gnumpfl.cc.