My Project
debian-1:4.1.1-p2+ds-4build1
libpolys
coeffs
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
11
struct
n_Procs_s
;
typedef
struct
n_Procs_s
*
coeffs
;
12
struct
snumber
;
typedef
struct
snumber
* number;
13
14
/// Initialize r
15
BOOLEAN
nnInitChar
(
coeffs
r,
void
*);
16
17
#endif
18
auxiliary.h
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:85
coeffs
snumber
'SR_INT' is the type of those integers small enough to fit into 29 bits.
Definition:
longrat.h:48
nnInitChar
BOOLEAN nnInitChar(coeffs r, void *)
Initialize r.
Definition:
ntupel.cc:589
n_Procs_s
Definition:
coeffs.h:122
Generated on Wed Jan 29 2020 08:34:04 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.1-p2+ds-4build1