source: git/dyn_modules/callgfanlib/bbfan.h @ 5417ff

spielwiese
Last change on this file since 5417ff was 81384b, checked in by Yue Ren <ren@…>, 11 years ago
new: newest version of callgfanlib package as master branch also includes minor changes in bigintmat to allow empty matrices and a new function which returns the regular print output as char* (necessary for the print routines of the convex objects)
  • Property mode set to 100644
File size: 399 bytes
Line 
1#ifndef BBFAN_H
2#define BBFAN_H
3
4#include <kernel/mod2.h>
5#ifdef HAVE_FANS
6
7#include <gfanlib/gfanlib.h>
8
9extern int fanID;
10
11void bbfan_setup();
12
13int getAmbientDimension(gfan::ZFan* zf);
14int getCodimension(gfan::ZFan* zf);
15int getDimension(gfan::ZFan* zf);
16int getLinealityDimension(gfan::ZFan* zf);
17int isSimplicial(gfan::ZFan* zf);
18gfan::Matrix<gfan::Integer> rays(gfan::ZFan* zf);
19
20#endif
21#endif
Note: See TracBrowser for help on using the repository browser.