My Project
Loading...
Searching...
No Matches
ntupel.h
Go to the documentation of this file.
1#ifndef NTUPEL_H
2#define NTUPEL_H
3/****************************************
4* Computer Algebra System SINGULAR *
5****************************************/
6/*
7* ABSTRACT: n-tupel of coeffcients
8*/
9#include "misc/auxiliary.h"
10
11struct n_Procs_s; typedef struct n_Procs_s *coeffs;
12struct snumber; typedef struct snumber * number;
13
14/// Initialize r
15BOOLEAN nnInitChar(coeffs r, void*);
16
17#endif
18
All the auxiliary stuff.
int BOOLEAN
Definition: auxiliary.h:87
'SR_INT' 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.
BOOLEAN nnInitChar(coeffs r, void *)
Initialize r.
Definition: ntupel.cc:616