My Project
|
#include <ctype.h>
#include "misc/auxiliary.h"
#include <flint/flint.h>
#include <flint/fmpq_poly.h>
#include "factory/factory.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 *) |
static void | SetChar (const coeffs) |
static number | Mult (number a, number b, const coeffs) |
static number | Sub (number a, number b, const coeffs) |
static number | Add (number a, number b, const coeffs) |
static number | Div (number a, number b, const coeffs) |
static number | ExactDiv (number a, number b, const coeffs) |
static number | Init (long i, const coeffs) |
static number | InitMPZ (mpz_t i, const coeffs) |
static int | Size (number n, const coeffs) |
static long | Int (number &n, const coeffs) |
static void | MPZ (mpz_t result, number &n, const coeffs) |
static number | Neg (number a, const coeffs) |
static number | Invers (number a, const coeffs) |
static number | Copy (number a, const coeffs) |
static BOOLEAN | IsOne (number a, const coeffs) |
static BOOLEAN | IsZero (number a, const coeffs) |
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) |
static BOOLEAN | Greater (number a, number b, const coeffs) |
static BOOLEAN | Equal (number a, number b, const coeffs) |
static BOOLEAN | IsMOne (number k, const coeffs) |
static BOOLEAN | GreaterZero (number, const coeffs) |
static void | Power (number a, int i, number *result, const coeffs) |
static number | GetDenom (number &n, const coeffs) |
static number | GetNumerator (number &n, const coeffs) |
static number | Gcd (number a, number b, const coeffs) |
static number | ExtGcd (number a, number b, number *s, number *t, const coeffs) |
static number | Lcm (number, number, const coeffs) |
static void | Delete (number *a, const coeffs) |
static nMapFunc | SetMap (const coeffs, const coeffs) |
static number | Farey (number, number, const coeffs) |
static number | ChineseRemainder (number *, number *, int, BOOLEAN, CFArray &, const coeffs) |
static int | ParDeg (number x, const coeffs) |
static number | Parameter (const int, const coeffs) |
static void | WriteFd (number a, const ssiInfo *d, const coeffs) |
static number | ReadFd (const ssiInfo *d, const coeffs) |
static number | ConvFactoryNSingN (const CanonicalForm, const coeffs) |
static CanonicalForm | ConvSingNFactoryN (number, BOOLEAN, const coeffs) |
char * | CoeffName (const coeffs r) |
coeffs | flintQInitCfByName (char *s, n_coeffType n) |
static BOOLEAN | DBTest (number, const char *, const int, const coeffs) |
static void | KillChar (coeffs cf) |
BOOLEAN | flintQ_InitChar (coeffs cf, void *infoStruct) |
typedef fmpq_poly_struct* fmpq_poly_ptr |
Definition at line 22 of file flintcf_Q.cc.
typedef fmpz* fmpz_ptr |
Definition at line 23 of file flintcf_Q.cc.
|
static |
Definition at line 68 of file flintcf_Q.cc.
|
static |
Definition at line 450 of file flintcf_Q.cc.
|
static |
Definition at line 46 of file flintcf_Q.cc.
Definition at line 526 of file flintcf_Q.cc.
Definition at line 516 of file flintcf_Q.cc.
|
static |
Definition at line 521 of file flintcf_Q.cc.
|
static |
Definition at line 202 of file flintcf_Q.cc.
Definition at line 551 of file flintcf_Q.cc.
|
static |
Definition at line 411 of file flintcf_Q.cc.
|
static |
Definition at line 324 of file flintcf_Q.cc.
|
static |
Definition at line 97 of file flintcf_Q.cc.
|
static |
Definition at line 397 of file flintcf_Q.cc.
|
static |
Definition at line 445 of file flintcf_Q.cc.
Definition at line 561 of file flintcf_Q.cc.
coeffs flintQInitCfByName | ( | char * | s, |
n_coeffType | n | ||
) |
Definition at line 533 of file flintcf_Q.cc.
|
static |
Definition at line 390 of file flintcf_Q.cc.
|
static |
Definition at line 373 of file flintcf_Q.cc.
|
static |
Definition at line 381 of file flintcf_Q.cc.
Definition at line 320 of file flintcf_Q.cc.
Definition at line 360 of file flintcf_Q.cc.
|
static |
Definition at line 118 of file flintcf_Q.cc.
|
static |
Definition at line 125 of file flintcf_Q.cc.
|
static |
|
static |
Definition at line 182 of file flintcf_Q.cc.
Definition at line 332 of file flintcf_Q.cc.
Definition at line 328 of file flintcf_Q.cc.
|
static |
Definition at line 556 of file flintcf_Q.cc.
|
static |
Definition at line 406 of file flintcf_Q.cc.
|
static |
|
static |
Definition at line 54 of file flintcf_Q.cc.
|
static |
Definition at line 177 of file flintcf_Q.cc.
|
static |
|
static |
Definition at line 316 of file flintcf_Q.cc.
Definition at line 459 of file flintcf_Q.cc.
|
static |
Definition at line 455 of file flintcf_Q.cc.
|
static |
Definition at line 366 of file flintcf_Q.cc.
Definition at line 274 of file flintcf_Q.cc.
|
static |
Definition at line 50 of file flintcf_Q.cc.
Definition at line 420 of file flintcf_Q.cc.
|
static |
Definition at line 132 of file flintcf_Q.cc.
|
static |
Definition at line 61 of file flintcf_Q.cc.
Definition at line 220 of file flintcf_Q.cc.