|  | My Project
    | 
#include "gfanlib/gfanlib.h"#include "coeffs/bigintmat.h"#include "coeffs/longrat.h"#include "coeffs/numbers.h"#include "Singular/ipid.h"Go to the source code of this file.
| Functions | |
| number | integerToNumber (const gfan::Integer &I) | 
| bigintmat * | zVectorToBigintmat (const gfan::ZVector &zv) | 
| bigintmat * | zMatrixToBigintmat (const gfan::ZMatrix &zm) | 
| gfan::Integer * | numberToInteger (const number &n) | 
| gfan::ZMatrix * | bigintmatToZMatrix (const bigintmat &bim) | 
| gfan::ZVector * | bigintmatToZVector (const bigintmat &bim) | 
| gfan::ZVector | intStar2ZVector (const int d, const int *i) | 
| gfan::ZVector | expvToZVector (const int n, const int *expv) | 
| gfan::ZVector | wvhdlEntryToZVector (const int n, const int *wvhdl0) | 
| int * | ZVectorToIntStar (const gfan::ZVector &v, bool &overflow) | 
| char * | toString (gfan::ZMatrix const &zm) | 
| gfan::ZFan * | toFanStar (std::set< gfan::ZCone > setOfCones) | 
| std::set< gfan::ZVector > | rays (std::set< gfan::ZCone > setOfCones) | 
Definition at line 57 of file callgfanlib_conversion.cc.
| number integerToNumber | ( | const gfan::Integer & | I | ) | 
Definition at line 9 of file callgfanlib_conversion.cc.
| gfan::Integer * numberToInteger | ( | const number & | n | ) | 
Definition at line 49 of file callgfanlib_conversion.cc.
| std::set< gfan::ZVector > rays | ( | std::set< gfan::ZCone > | setOfCones | ) | 
Definition at line 151 of file callgfanlib_conversion.cc.
| gfan::ZFan * toFanStar | ( | std::set< gfan::ZCone > | setOfCones | ) | 
Definition at line 137 of file callgfanlib_conversion.cc.
| char * toString | ( | gfan::ZMatrix const & | zm | ) | 
Definition at line 127 of file callgfanlib_conversion.cc.
Definition at line 34 of file callgfanlib_conversion.cc.
Definition at line 21 of file callgfanlib_conversion.cc.
| int * ZVectorToIntStar | ( | const gfan::ZVector & | v, | 
| bool & | overflow | ||
| ) | 
Definition at line 110 of file callgfanlib_conversion.cc.