My Project
Loading...
Searching...
No Matches
Singular
dyn_modules
gfanlib
gfanlib.cc
Go to the documentation of this file.
1
#include "
kernel/mod2.h
"
2
3
#if HAVE_GFANLIB
4
5
#include "
bbcone.h
"
6
#include "
bbfan.h
"
7
#include "
bbpolytope.h
"
8
#include "
tropical.h
"
9
10
#include "
Singular/ipid.h
"
11
#include "
Singular/mod_lib.h
"
12
13
14
template
class
gfan::Vector<gfan::Integer>
;
15
template
class
gfan::Vector<gfan::Rational>
;
16
template
class
gfan::Matrix<gfan::Integer>
;
17
template
class
gfan::Matrix<gfan::Rational>
;
18
19
extern
"C"
int
SI_MOD_INIT
(
gfanlib
)(
SModulFunctions
*
p
)
20
{
21
gfan::initializeCddlibIfRequired
();
22
bbcone_setup
(
p
);
23
bbfan_setup
(
p
);
24
bbpolytope_setup
(
p
);
25
tropical_setup
(
p
);
26
return
MAX_TOK
;
27
}
28
29
#endif
bbcone_setup
void bbcone_setup(SModulFunctions *p)
Definition
bbcone.cc:2101
bbcone.h
bbfan_setup
void bbfan_setup(SModulFunctions *p)
Definition
bbfan.cc:1082
bbfan.h
bbpolytope_setup
void bbpolytope_setup(SModulFunctions *p)
Definition
bbpolytope.cc:549
bbpolytope.h
p
int p
Definition
cfModGcd.cc:4077
List
Definition
ftmpl_list.h:52
List::List
List()
Definition
ftmpl_list.cc:86
gfanlib
int SI_MOD_INIT gfanlib(SModulFunctions *p)
Definition
gfanlib.cc:19
ipid.h
mod2.h
mod_lib.h
SModulFunctions
Definition
ipid.h:69
MAX_TOK
@ MAX_TOK
Definition
tok.h:218
tropical_setup
void tropical_setup(SModulFunctions *p)
Definition
tropical.cc:441
tropical.h
Generated on Thu Feb 1 2024 00:00:00 for My Project by
doxygen 1.10.0
for
Singular