source: git/Singular/bbcone.h @ 0c2f6d

spielwiese
Last change on this file since 0c2f6d was 0dc3de3, checked in by Hans Schoenemann <hannes@…>, 13 years ago
conditional compile: HAVE_FANS git-svn-id: file:///usr/local/Singular/svn/trunk@13901 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 386 bytes
Line 
1#ifndef BBCONE_H
2#define BBCONE_H
3
4#ifdef HAVE_FANS
5#include <gfanlib/gfanlib.h>
6
7extern int coneID;
8
9void bbcone_setup();
10intvec* zVector2Intvec(const gfan::ZVector zv);
11intvec* zMatrix2Intvec(const gfan::ZMatrix zm);
12gfan::ZMatrix intmat2ZMatrix(const intvec* iMat);
13gfan::ZVector intvec2ZVector(const intvec* iVec);
14int integerToInt(gfan::Integer const &V, bool &ok);
15
16#endif
17#endif
Note: See TracBrowser for help on using the repository browser.