source: git/kernel/bbcone.h @ cafd4ff

spielwiese
Last change on this file since cafd4ff was cafd4ff, checked in by Hans Schoenemann <hannes@…>, 13 years ago
bbcone.h -> kernel git-svn-id: file:///usr/local/Singular/svn/trunk@14337 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 386 bytes
RevLine 
[119f3c]1#ifndef BBCONE_H
2#define BBCONE_H
3
[0dc3de3]4#ifdef HAVE_FANS
[8080db]5#include <gfanlib/gfanlib.h>
6
7extern int coneID;
8
[119f3c]9void bbcone_setup();
[8080db]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);
[119f3c]15
16#endif
[0dc3de3]17#endif
Note: See TracBrowser for help on using the repository browser.