OPAEQ.h
Go to the documentation of this file.
1 #ifndef OPAEQ_H
2 #define OPAEQ_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 #include <misc/auxiliary.h>
7 
8 struct n_Procs_s; typedef struct n_Procs_s *coeffs;
9 struct snumber; typedef struct snumber * number;
10 
11 #ifdef SINGULAR_4_1
12 BOOLEAN n_QAEInitChar(coeffs , void *);
13 #endif
14 
15 #endif
&#39;SR_INT&#39; is the type of those integers small enough to fit into 29 bits.
Definition: longrat.h:49
The main handler for Singular numbers which are suitable for Singular polynomials.
All the auxiliary stuff.
BOOLEAN n_QAEInitChar(coeffs, void *)
Definition: OPAEQ.cc:336
int BOOLEAN
Definition: auxiliary.h:86