shortfl.h
Go to the documentation of this file.
1 #ifndef SHORTFL_H
2 #define SHORTFL_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT
8 */
9 #include <misc/auxiliary.h>
10 
11 struct n_Procs_s; typedef struct n_Procs_s *coeffs;
12 struct snumber; typedef struct snumber * number;
13 
14 /// Initialize r
15 BOOLEAN nrInitChar(coeffs r, void*);
16 
17 // will be reused by gnumpc.cc and longrat.cc
18 /// Converts a n_R number into a float. Needed by Maps
19 float nrFloat(number n);
20 
21 #endif
22 
&#39;SR_INT&#39; is the type of those integers small enough to fit into 29 bits.
Definition: longrat.h:49
float nrFloat(number n)
Converts a n_R number into a float. Needed by Maps.
Definition: shortfl.cc:75
mpz_t n
Definition: longrat.h:52
const ring r
Definition: syzextra.cc:208
The main handler for Singular numbers which are suitable for Singular polynomials.
All the auxiliary stuff.
BOOLEAN nrInitChar(coeffs r, void *)
Initialize r.
Definition: shortfl.cc:730
int BOOLEAN
Definition: auxiliary.h:85