OPAEp.h
Go to the documentation of this file.
1 #ifndef OPAEP_H
2 #define OPAEP_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 
7 #include <misc/auxiliary.h>
8 
9 struct n_Procs_s; typedef struct n_Procs_s *coeffs;
10 
11 #ifdef SINGULAR_4_2
12 BOOLEAN n_pAEInitChar(coeffs , void *);
13 #endif
14 
15 #endif
The main handler for Singular numbers which are suitable for Singular polynomials.
All the auxiliary stuff.
int BOOLEAN
Definition: auxiliary.h:85