jengelh-datetimespielwiese
Last change
on this file since cafd4ff was
cafd4ff,
checked in by Hans Schoenemann <hannes@…>, 12 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
|
Rev | Line | |
---|
[119f3c] | 1 | #ifndef BBCONE_H |
---|
| 2 | #define BBCONE_H |
---|
| 3 | |
---|
[0dc3de3] | 4 | #ifdef HAVE_FANS |
---|
[8080db] | 5 | #include <gfanlib/gfanlib.h> |
---|
| 6 | |
---|
| 7 | extern int coneID; |
---|
| 8 | |
---|
[119f3c] | 9 | void bbcone_setup(); |
---|
[8080db] | 10 | intvec* zVector2Intvec(const gfan::ZVector zv); |
---|
| 11 | intvec* zMatrix2Intvec(const gfan::ZMatrix zm); |
---|
| 12 | gfan::ZMatrix intmat2ZMatrix(const intvec* iMat); |
---|
| 13 | gfan::ZVector intvec2ZVector(const intvec* iVec); |
---|
| 14 | int integerToInt(gfan::Integer const &V, bool &ok); |
---|
[119f3c] | 15 | |
---|
| 16 | #endif |
---|
[0dc3de3] | 17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.