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

spielwiese
Last change on this file since 58b407 was 58b407, checked in by Hans Schoenemann <hannes@…>, 11 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
9extern int fanID;
10
11void bbfan_setup(SModulFunctions* p);
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
Note: See TracBrowser for help on using the repository browser.