My Project
|
#include "kernel/mod2.h"
#include <gmpxx.h>
#include <polymake/Main.h>
#include <polymake/Matrix.h>
#include <polymake/Rational.h>
#include <polymake/Integer.h>
#include <polymake/Set.h>
#include <polymake/common/lattice_tools.h>
#include <polymake/IncidenceMatrix.h>
#include "gfanlib/gfanlib.h"
#include "gfanlib/gfanlib_q.h"
#include "misc/intvec.h"
#include "coeffs/numbers.h"
#include "coeffs/bigintmat.h"
#include "Singular/lists.h"
#include "Singular/ipid.h"
Go to the source code of this file.
Macros | |
#define | POLYMAKE_VERSION POLYMAKEVERSION |
Functions | |
polymake::Integer | GfInteger2PmInteger (const gfan::Integer &gi) |
polymake::Rational | GfRational2PmRational (const gfan::Rational &gr) |
polymake::Vector< polymake::Integer > | Intvec2PmVectorInteger (const intvec *iv) |
polymake::Matrix< polymake::Integer > | GfZMatrix2PmMatrixInteger (const gfan::ZMatrix *zm) |
polymake::Matrix< polymake::Rational > | GfQMatrix2PmMatrixRational (const gfan::QMatrix *qm) |
gfan::Integer | PmInteger2GfInteger (const polymake::Integer &pi) |
gfan::Rational | PmRational2GfRational (const polymake::Rational &pr) |
gfan::ZMatrix | PmMatrixInteger2GfZMatrix (const polymake::Matrix< polymake::Integer > *mi) |
gfan::QMatrix | PmMatrixRational2GfQMatrix (const polymake::Matrix< polymake::Rational > *mr) |
int | PmInteger2Int (const polymake::Integer &pi, bool &ok) |
number | PmInteger2Number (const polymake::Integer &pi) |
intvec * | PmVectorInteger2Intvec (const polymake::Vector< polymake::Integer > *vi, bool &ok) |
intvec * | PmMatrixInteger2Intvec (polymake::Matrix< polymake::Integer > *mi, bool &ok) |
bigintmat * | PmMatrixInteger2Bigintmat (polymake::Matrix< polymake::Integer > *mi) |
lists | PmIncidenceMatrix2ListOfIntvecs (polymake::IncidenceMatrix< polymake::NonSymmetric > *icmat) |
lists | PmAdjacencyMatrix2ListOfEdges (polymake::IncidenceMatrix< polymake::NonSymmetric > *icmat) |
intvec * | PmSetInteger2Intvec (polymake::Set< polymake::Integer > *si, bool &b) |
polymake::Matrix< polymake::Integer > | Intvec2PmMatrixInteger (const intvec *im) |
gfan::ZCone * | PmCone2ZCone (polymake::perl::Object *pc) |
gfan::ZCone * | PmPolytope2ZPolytope (polymake::perl::Object *pp) |
gfan::ZFan * | PmFan2ZFan (polymake::perl::Object *pf) |
polymake::perl::Object * | ZCone2PmCone (gfan::ZCone *zc) |
polymake::perl::Object * | ZPolytope2PmPolytope (gfan::ZCone *zc) |
polymake::Matrix< polymake::Integer > | raysOf (gfan::ZFan *zf) |
int | numberOfRaysOf (gfan::ZFan *zf) |
int | numberOfMaximalConesOf (gfan::ZFan *zf) |
polymake::Array< polymake::Set< int > > | conesOf (gfan::ZFan *zf) |
polymake::perl::Object * | ZFan2PmFan (gfan::ZFan *zf) |
#define POLYMAKE_VERSION POLYMAKEVERSION |
Definition at line 5 of file polymake_conversion.cc.
polymake::Array< polymake::Set< int > > conesOf | ( | gfan::ZFan * | zf | ) |
Definition at line 505 of file polymake_conversion.cc.
polymake::Integer GfInteger2PmInteger | ( | const gfan::Integer & | gi | ) |
Definition at line 33 of file polymake_conversion.cc.
polymake::Matrix< polymake::Rational > GfQMatrix2PmMatrixRational | ( | const gfan::QMatrix * | qm | ) |
Definition at line 70 of file polymake_conversion.cc.
polymake::Rational GfRational2PmRational | ( | const gfan::Rational & | gr | ) |
Definition at line 41 of file polymake_conversion.cc.
polymake::Matrix< polymake::Integer > GfZMatrix2PmMatrixInteger | ( | const gfan::ZMatrix * | zm | ) |
Definition at line 59 of file polymake_conversion.cc.
Definition at line 272 of file polymake_conversion.cc.
Definition at line 49 of file polymake_conversion.cc.
int numberOfMaximalConesOf | ( | gfan::ZFan * | zf | ) |
int numberOfRaysOf | ( | gfan::ZFan * | zf | ) |
Definition at line 486 of file polymake_conversion.cc.
lists PmAdjacencyMatrix2ListOfEdges | ( | polymake::IncidenceMatrix< polymake::NonSymmetric > * | icmat | ) |
Definition at line 226 of file polymake_conversion.cc.
gfan::ZCone * PmCone2ZCone | ( | polymake::perl::Object * | pc | ) |
Definition at line 286 of file polymake_conversion.cc.
gfan::ZFan * PmFan2ZFan | ( | polymake::perl::Object * | pf | ) |
Definition at line 399 of file polymake_conversion.cc.
lists PmIncidenceMatrix2ListOfIntvecs | ( | polymake::IncidenceMatrix< polymake::NonSymmetric > * | icmat | ) |
Definition at line 203 of file polymake_conversion.cc.
gfan::Integer PmInteger2GfInteger | ( | const polymake::Integer & | pi | ) |
Definition at line 83 of file polymake_conversion.cc.
int PmInteger2Int | ( | const polymake::Integer & | pi, |
bool & | ok | ||
) |
Definition at line 121 of file polymake_conversion.cc.
number PmInteger2Number | ( | const polymake::Integer & | pi | ) |
Definition at line 140 of file polymake_conversion.cc.
bigintmat * PmMatrixInteger2Bigintmat | ( | polymake::Matrix< polymake::Integer > * | mi | ) |
Definition at line 182 of file polymake_conversion.cc.
gfan::ZMatrix PmMatrixInteger2GfZMatrix | ( | const polymake::Matrix< polymake::Integer > * | mi | ) |
Definition at line 97 of file polymake_conversion.cc.
intvec * PmMatrixInteger2Intvec | ( | polymake::Matrix< polymake::Integer > * | mi, |
bool & | ok | ||
) |
Definition at line 163 of file polymake_conversion.cc.
gfan::QMatrix PmMatrixRational2GfQMatrix | ( | const polymake::Matrix< polymake::Rational > * | mr | ) |
Definition at line 108 of file polymake_conversion.cc.
gfan::ZCone * PmPolytope2ZPolytope | ( | polymake::perl::Object * | pp | ) |
Definition at line 341 of file polymake_conversion.cc.
gfan::Rational PmRational2GfRational | ( | const polymake::Rational & | pr | ) |
Definition at line 90 of file polymake_conversion.cc.
intvec * PmSetInteger2Intvec | ( | polymake::Set< polymake::Integer > * | si, |
bool & | b | ||
) |
Definition at line 264 of file polymake_conversion.cc.
Definition at line 153 of file polymake_conversion.cc.
polymake::Matrix< polymake::Integer > raysOf | ( | gfan::ZFan * | zf | ) |
Definition at line 467 of file polymake_conversion.cc.
polymake::perl::Object * ZCone2PmCone | ( | gfan::ZCone * | zc | ) |
Definition at line 423 of file polymake_conversion.cc.
polymake::perl::Object * ZFan2PmFan | ( | gfan::ZFan * | zf | ) |
Definition at line 530 of file polymake_conversion.cc.
polymake::perl::Object * ZPolytope2PmPolytope | ( | gfan::ZCone * | zc | ) |
Definition at line 448 of file polymake_conversion.cc.