jengelh-datetimespielwiese
Last change
on this file since 4f242a 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
|
Line | |
---|
1 | #ifndef BBCONE_H |
---|
2 | #define BBCONE_H |
---|
3 | |
---|
4 | #ifdef HAVE_FANS |
---|
5 | #include <gfanlib/gfanlib.h> |
---|
6 | |
---|
7 | extern int coneID; |
---|
8 | |
---|
9 | void bbcone_setup(); |
---|
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); |
---|
15 | |
---|
16 | #endif |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.