My Project
debian-1:4.1.1-p2+ds-4build1
libpolys
coeffs
gnumpc.h
Go to the documentation of this file.
1
#ifndef GMPCOMPLEX_H
2
#define GMPCOMPLEX_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT: computations with GMP floating-point numbers
8
*/
9
#include "singularconfig.h"
10
#include "
misc/auxiliary.h
"
11
12
struct
n_Procs_s
;
typedef
struct
n_Procs_s
*
coeffs
;
13
14
/// Initialize r (n_long_C)
15
BOOLEAN
ngcInitChar
(
coeffs
r,
void
*);
16
17
void
ngcSetChar
(
const
coeffs
r);
18
#endif
19
/* GMPCOMPLEX_H */
auxiliary.h
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:85
coeffs
ngcSetChar
void ngcSetChar(const coeffs r)
Definition:
gnumpc.cc:694
n_Procs_s
Definition:
coeffs.h:122
ngcInitChar
BOOLEAN ngcInitChar(coeffs r, void *)
Initialize r (n_long_C)
Definition:
gnumpc.cc:555
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