![]() |
My Project
|
#include "misc/auxiliary.h"
#include "misc/intvec.h"
#include "misc/options.h"
#include "polys/monomials/p_polys.h"
#include "polys/matpol.h"
#include "polys/simpleideals.h"
#include "coeffs/longrat.h"
#include "Singular/feOpt.h"
#include "kernel/polys.h"
#include "kernel/mod2.h"
#include "reporter/si_signals.h"
#include "kernel/oswrapper/vspace.h"
#include "kernel/ideals.h"
#include "Singular/cntrlc.h"
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include "Singular/links/ssiLink.h"
Go to the source code of this file.
Macros | |
#define | mpz_isNeg(A) ((A)->_mp_size<0) |
Functions | |
number | nlRInit (long i) |
static char * | send_number (char *s, number n) |
static char * | get_number (char *s, number *n) |
static long | size_number (number n) |
static char * | send_mon (char *s, poly m, const ring r) |
static char * | get_mon (char *s, poly *m, const ring r) |
static long | size_mon (poly m, const ring r) |
static char * | send_poly (char *s, int ind, poly p, const ring r) |
static char * | get_poly (char *s, int &ind, poly *p, const ring r) |
static long | size_poly (poly p, const ring r) |
ideal | id_ChineseRemainder_0 (ideal *xx, number *q, int rl, const ring r) |
ideal | id_Farey_0 (ideal x, number N, const ring r) |
Definition at line 134 of file kChinese.cc.
Definition at line 59 of file kChinese.cc.
Definition at line 169 of file kChinese.cc.
Definition at line 199 of file kChinese.cc.
Definition at line 315 of file kChinese.cc.
Definition at line 2521 of file longrat.cc.
Definition at line 125 of file kChinese.cc.
Definition at line 28 of file kChinese.cc.
Definition at line 150 of file kChinese.cc.
Definition at line 143 of file kChinese.cc.
Definition at line 98 of file kChinese.cc.