source: git/dyn_modules/callgfanlib/bbpolytope.h @ 58b407

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
9extern int polytopeID;
10
11void bbpolytope_setup(SModulFunctions* p);
12
13// zc is meant to represent a polytope here
14bigintmat* getFacetNormals(gfan::ZCone *zc);
15int getAmbientDimension(gfan::ZCone* zc);
16int getCodimension(gfan::ZCone *zc);
17int getDimension(gfan::ZCone* zc);
18
19#endif
Note: See TracBrowser for help on using the repository browser.