![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include <ctype.h>
#include "misc/auxiliary.h"
#include <flint/flint.h>
#include <flint/fmpq_poly.h>
#include "factory/factory.h"
#include "omalloc/omalloc.h"
#include "coeffs/coeffs.h"
#include "coeffs/numbers.h"
#include "coeffs/longrat.h"
Go to the source code of this file.
Typedefs | |
typedef fmpq_poly_struct * | fmpq_poly_ptr |
typedef fmpz * | fmpz_ptr |
Functions | |
static char * | nlEatLong (char *s, mpz_ptr i) |
static BOOLEAN | CoeffIsEqual (const coeffs r, n_coeffType n, void *parameter) |
static void | SetChar (const coeffs r) |
static number | Mult (number a, number b, const coeffs c) |
static number | Sub (number a, number b, const coeffs c) |
static number | Add (number a, number b, const coeffs c) |
static number | Div (number a, number b, const coeffs c) |
static number | ExactDiv (number a, number b, const coeffs c) |
static number | IntMod (number a, number b, const coeffs c) |
static number | Init (long i, const coeffs r) |
static number | InitMPZ (mpz_t i, const coeffs r) |
static int | Size (number n, const coeffs r) |
static long | Int (number &n, const coeffs r) |
static void | MPZ (mpz_t result, number &n, const coeffs r) |
static number | Neg (number a, const coeffs r) |
static number | Invers (number a, const coeffs r) |
static number | Copy (number a, const coeffs r) |
static BOOLEAN | IsOne (number a, const coeffs r) |
static BOOLEAN | IsZero (number a, const coeffs r) |
static void | WriteShort (number a, const coeffs r) |
static const char * | Read (const char *st, number *a, const coeffs r) |
static void | Normalize (number &a, const coeffs r) |
static BOOLEAN | Greater (number a, number b, const coeffs r) |
static BOOLEAN | Equal (number a, number b, const coeffs r) |
static BOOLEAN | IsMOne (number k, const coeffs r) |
static BOOLEAN | GreaterZero (number k, const coeffs r) |
static void | Power (number a, int i, number *result, const coeffs r) |
static number | GetDenom (number &n, const coeffs r) |
static number | GetNumerator (number &n, const coeffs r) |
static number | Gcd (number a, number b, const coeffs r) |
static number | ExtGcd (number a, number b, number *s, number *t, const coeffs r) |
static number | Lcm (number a, number b, const coeffs r) |
static void | Delete (number *a, const coeffs r) |
static nMapFunc | SetMap (const coeffs src, const coeffs dst) |
static number | Init_bigint (number i, const coeffs dummy, const coeffs dst) |
static number | Farey (number p, number n, const coeffs) |
static number | ChineseRemainder (number *x, number *q, int rl, BOOLEAN sym, CFArray &inv_cache, const coeffs) |
static int | ParDeg (number x, const coeffs r) |
static number | Parameter (const int i, const coeffs r) |
static void | WriteFd (number a, const ssiInfo *d, const coeffs) |
static number | ReadFd (const ssiInfo *d, const coeffs) |
static number | ConvFactoryNSingN (const CanonicalForm n, const coeffs r) |
static CanonicalForm | ConvSingNFactoryN (number n, BOOLEAN setChar, const coeffs r) |
char * | CoeffName (const coeffs r) |
static char * | CoeffString (const coeffs r) |
static void | CoeffWrite (const coeffs r, BOOLEAN details) |
coeffs | flintQInitCfByName (char *s, n_coeffType n) |
static BOOLEAN | DBTest (number a, const char *f, const int l, const coeffs r) |
static void | KillChar (coeffs cf) |
BOOLEAN | flintQ_InitChar (coeffs cf, void *infoStruct) |
typedef fmpq_poly_struct* fmpq_poly_ptr |
Definition at line 23 of file flintcf_Q.cc.
typedef fmpz* fmpz_ptr |
Definition at line 24 of file flintcf_Q.cc.
Definition at line 69 of file flintcf_Q.cc.
|
static |
Definition at line 445 of file flintcf_Q.cc.
|
static |
Definition at line 47 of file flintcf_Q.cc.
Definition at line 518 of file flintcf_Q.cc.
Definition at line 525 of file flintcf_Q.cc.
Definition at line 531 of file flintcf_Q.cc.
|
static |
Definition at line 510 of file flintcf_Q.cc.
|
static |
Definition at line 514 of file flintcf_Q.cc.
Definition at line 201 of file flintcf_Q.cc.
Definition at line 553 of file flintcf_Q.cc.
Definition at line 409 of file flintcf_Q.cc.
Definition at line 76 of file flintcf_Q.cc.
Definition at line 323 of file flintcf_Q.cc.
Definition at line 98 of file flintcf_Q.cc.
Definition at line 396 of file flintcf_Q.cc.
|
static |
Definition at line 441 of file flintcf_Q.cc.
Definition at line 563 of file flintcf_Q.cc.
coeffs flintQInitCfByName | ( | char * | s, |
n_coeffType | n | ||
) |
Definition at line 535 of file flintcf_Q.cc.
Definition at line 389 of file flintcf_Q.cc.
Definition at line 372 of file flintcf_Q.cc.
Definition at line 380 of file flintcf_Q.cc.
Definition at line 319 of file flintcf_Q.cc.
Definition at line 359 of file flintcf_Q.cc.
Definition at line 117 of file flintcf_Q.cc.
Definition at line 429 of file flintcf_Q.cc.
Definition at line 124 of file flintcf_Q.cc.
Definition at line 135 of file flintcf_Q.cc.
Definition at line 110 of file flintcf_Q.cc.
Definition at line 181 of file flintcf_Q.cc.
Definition at line 335 of file flintcf_Q.cc.
Definition at line 331 of file flintcf_Q.cc.
Definition at line 327 of file flintcf_Q.cc.
|
static |
Definition at line 558 of file flintcf_Q.cc.
Definition at line 405 of file flintcf_Q.cc.
Definition at line 158 of file flintcf_Q.cc.
Definition at line 55 of file flintcf_Q.cc.
Definition at line 176 of file flintcf_Q.cc.
|
static |
Definition at line 28 of file flintcf_Q.cc.
Definition at line 315 of file flintcf_Q.cc.
Definition at line 453 of file flintcf_Q.cc.
Definition at line 449 of file flintcf_Q.cc.
Definition at line 365 of file flintcf_Q.cc.
Definition at line 273 of file flintcf_Q.cc.
Definition at line 485 of file flintcf_Q.cc.
Definition at line 51 of file flintcf_Q.cc.
Definition at line 418 of file flintcf_Q.cc.
Definition at line 131 of file flintcf_Q.cc.
Definition at line 62 of file flintcf_Q.cc.
Definition at line 460 of file flintcf_Q.cc.
Definition at line 219 of file flintcf_Q.cc.