source: git/libpolys/coeffs/OPAEQ.h @ 2206753

fieker-DuValspielwiese
Last change on this file since 2206753 was 2206753, checked in by Oleksandr Motsak <motsak@…>, 9 years ago
Hiding all the implementation details (or adding the counting) mostly by moving internal declarations from private headers into corresponding source files rm: Remove internal includes (hiding privates) + cleanup chg: cleanup internal headers fix the usage of internal implementation functions of coeffs from outside of libpolys/coeffs (or libpolys/polys/ext_fiels) fix header includes for coeffs/AE*.{h,cc} add: FIXME&TODO mark reused privates also starting to fix bigint handling
  • Property mode set to 100644
File size: 368 bytes
Line 
1#ifndef OPAEQ_H
2#define OPAEQ_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6#include <misc/auxiliary.h>
7
8struct n_Procs_s; typedef struct  n_Procs_s  *coeffs;
9struct snumber; typedef struct snumber *   number;
10
11#ifdef SINGULAR_4_1
12BOOLEAN n_QAEInitChar(coeffs , void *);
13#endif
14
15#endif
Note: See TracBrowser for help on using the repository browser.