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:
405 bytes
|
Line | |
---|
1 | #ifndef BBPOLYTOPE_H |
---|
2 | #define BBPOLYTOPE_H |
---|
3 | |
---|
4 | #include <kernel/mod2.h> |
---|
5 | |
---|
6 | #include <gfanlib/gfanlib.h> |
---|
7 | #include "Singular/ipid.h" |
---|
8 | |
---|
9 | extern int polytopeID; |
---|
10 | |
---|
11 | void bbpolytope_setup(SModulFunctions* p); |
---|
12 | |
---|
13 | // zc is meant to represent a polytope here |
---|
14 | bigintmat* getFacetNormals(gfan::ZCone *zc); |
---|
15 | int getAmbientDimension(gfan::ZCone* zc); |
---|
16 | int getCodimension(gfan::ZCone *zc); |
---|
17 | int getDimension(gfan::ZCone* zc); |
---|
18 | |
---|
19 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.