My Project
Loading...
Searching...
No Matches
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
All the auxiliary stuff.
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:87
ngcSetChar
void ngcSetChar(const coeffs r)
Definition:
gnumpc.cc:701
ngcInitChar
BOOLEAN ngcInitChar(coeffs r, void *)
Initialize r (n_long_C)
Definition:
gnumpc.cc:560
coeffs
The main handler for Singular numbers which are suitable for Singular polynomials.
n_Procs_s
Definition:
coeffs.h:123
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular