![]() |
#include <misc/auxiliary.h>
#include <omalloc/omalloc.h>
#include <misc/mylimits.h>
#include <reporter/reporter.h>
#include "coeffs.h"
#include "numbers.h"
#include "mpr_complex.h"
#include "gnumpc.h"
#include "longrat.h"
#include "gnumpfl.h"
#include "modulop.h"
#include "shortfl.h"
Go to the source code of this file.
Functions | |
nMapFunc | ngcSetMap (const coeffs src, const coeffs dst) |
Get a mapping function from src into the domain of this type: long_C! More... | |
number | ngcMapQ (number from, const coeffs r, const coeffs aRing) |
void | ngcSetChar (const coeffs r) |
BOOLEAN | ngcGreaterZero (number za, const coeffs r) |
Note: MAY NOT WORK AS EXPECTED! More... | |
BOOLEAN | ngcGreater (number a, number b, const coeffs r) |
BOOLEAN | ngcEqual (number a, number b, const coeffs r) |
BOOLEAN | ngcIsOne (number a, const coeffs r) |
BOOLEAN | ngcIsMOne (number a, const coeffs r) |
BOOLEAN | ngcIsZero (number za, const coeffs r) |
number | ngcInit (long i, const coeffs r) |
long | ngcInt (number &n, const coeffs r) |
number | ngcNeg (number za, const coeffs r) |
number | ngcInvers (number a, const coeffs r) |
number | ngcParameter (int i, const coeffs r) |
number | ngcAdd (number la, number li, const coeffs r) |
number | ngcSub (number la, number li, const coeffs r) |
number | ngcMult (number a, number b, const coeffs r) |
number | ngcDiv (number a, number b, const coeffs r) |
void | ngcPower (number x, int exp, number *lu, const coeffs r) |
number | ngcCopy (number a, const coeffs r) |
number | ngc_Copy (number a, coeffs r) |
const char * | ngcRead (const char *s, number *a, const coeffs r) |
void | ngcWrite (number a, const coeffs r) |
number | ngcRePart (number a, const coeffs r) |
number | ngcImPart (number a, const coeffs r) |
void | ngcDelete (number *a, const coeffs r) |
void | ngcCoeffWrite (const coeffs r, BOOLEAN details) |
BOOLEAN | ngcDBTest (number a, const char *f, const int l, const coeffs r) |
int | ngcSize (number n, const coeffs R) |
BOOLEAN | ngcCoeffIsEqual (const coeffs r, n_coeffType n, void *parameter) |
static void | ngcKillChar (coeffs r) |
static char * | ngcCoeffString (const coeffs r) |
BOOLEAN | ngcInitChar (coeffs n, void *parameter) |
Initialize r (n_long_C) More... | |
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) |
number ngc_Copy | ( | number | a, |
coeffs | r | ||
) |
Definition at line 188 of file gnumpc.cc.
BOOLEAN ngcCoeffIsEqual | ( | const coeffs | r, |
n_coeffType | n, | ||
void * | parameter | ||
) |
Definition at line 417 of file gnumpc.cc.
Definition at line 452 of file gnumpc.cc.
Definition at line 728 of file gnumpc.cc.
Definition at line 145 of file gnumpc.cc.
Definition at line 683 of file gnumpc.cc.
Definition at line 72 of file gnumpc.cc.
Definition at line 131 of file gnumpc.cc.
Definition at line 221 of file gnumpc.cc.
Definition at line 334 of file gnumpc.cc.
Definition at line 322 of file gnumpc.cc.
Note: MAY NOT WORK AS EXPECTED!
Definition at line 309 of file gnumpc.cc.
Definition at line 298 of file gnumpc.cc.
Definition at line 94 of file gnumpc.cc.
Initialize r (n_long_C)
Definition at line 460 of file gnumpc.cc.
Definition at line 106 of file gnumpc.cc.
Definition at line 169 of file gnumpc.cc.
Definition at line 357 of file gnumpc.cc.
Definition at line 346 of file gnumpc.cc.
Definition at line 283 of file gnumpc.cc.
|
static |
Definition at line 439 of file gnumpc.cc.
Definition at line 644 of file gnumpc.cc.
Definition at line 672 of file gnumpc.cc.
Definition at line 609 of file gnumpc.cc.
Definition at line 658 of file gnumpc.cc.
Definition at line 623 of file gnumpc.cc.
Definition at line 210 of file gnumpc.cc.
Definition at line 157 of file gnumpc.cc.
Definition at line 80 of file gnumpc.cc.
Definition at line 238 of file gnumpc.cc.
Definition at line 368 of file gnumpc.cc.
Definition at line 290 of file gnumpc.cc.
Definition at line 602 of file gnumpc.cc.
Get a mapping function from src into the domain of this type: long_C!
Definition at line 697 of file gnumpc.cc.
Definition at line 199 of file gnumpc.cc.
Definition at line 401 of file gnumpc.cc.