jengelh-datetimespielwiese
Last change
on this file since 58b407 was
58b407,
checked in by Hans Schoenemann <hannes@…>, 10 years ago
|
fix: loading of gfanlib.so, removed HAVE_FANS
|
-
Property mode set to
100644
|
File size:
420 bytes
|
Line | |
---|
1 | #ifndef BBFAN_H |
---|
2 | #define BBFAN_H |
---|
3 | |
---|
4 | #include <kernel/mod2.h> |
---|
5 | |
---|
6 | #include <gfanlib/gfanlib.h> |
---|
7 | #include <Singular/ipid.h> |
---|
8 | |
---|
9 | extern int fanID; |
---|
10 | |
---|
11 | void bbfan_setup(SModulFunctions* p); |
---|
12 | |
---|
13 | int getAmbientDimension(gfan::ZFan* zf); |
---|
14 | int getCodimension(gfan::ZFan* zf); |
---|
15 | int getDimension(gfan::ZFan* zf); |
---|
16 | int getLinealityDimension(gfan::ZFan* zf); |
---|
17 | int isSimplicial(gfan::ZFan* zf); |
---|
18 | gfan::Matrix<gfan::Integer> rays(gfan::ZFan* zf); |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.