![]() |
#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.
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) |
| polymake::Array<polymake::Set<int> > conesOf | ( | gfan::ZFan * | zf | ) |
Definition at line 486 of file polymake_conversion.cc.
| polymake::Integer GfInteger2PmInteger | ( | const gfan::Integer & | gi | ) |
Definition at line 30 of file polymake_conversion.cc.
| polymake::Matrix<polymake::Rational> GfQMatrix2PmMatrixRational | ( | const gfan::QMatrix * | qm | ) |
Definition at line 67 of file polymake_conversion.cc.
| polymake::Rational GfRational2PmRational | ( | const gfan::Rational & | gr | ) |
Definition at line 38 of file polymake_conversion.cc.
| polymake::Matrix<polymake::Integer> GfZMatrix2PmMatrixInteger | ( | const gfan::ZMatrix * | zm | ) |
Definition at line 56 of file polymake_conversion.cc.
Definition at line 257 of file polymake_conversion.cc.
Definition at line 46 of file polymake_conversion.cc.
| int numberOfMaximalConesOf | ( | gfan::ZFan * | zf | ) |
Definition at line 473 of file polymake_conversion.cc.
| int numberOfRaysOf | ( | gfan::ZFan * | zf | ) |
Definition at line 467 of file polymake_conversion.cc.
| lists PmAdjacencyMatrix2ListOfEdges | ( | polymake::IncidenceMatrix< polymake::NonSymmetric > * | icmat | ) |
Definition at line 211 of file polymake_conversion.cc.
| gfan::ZCone* PmCone2ZCone | ( | polymake::perl::Object * | pc | ) |
Definition at line 271 of file polymake_conversion.cc.
| gfan::ZFan* PmFan2ZFan | ( | polymake::perl::Object * | pf | ) |
Definition at line 384 of file polymake_conversion.cc.
| lists PmIncidenceMatrix2ListOfIntvecs | ( | polymake::IncidenceMatrix< polymake::NonSymmetric > * | icmat | ) |
Definition at line 188 of file polymake_conversion.cc.
| gfan::Integer PmInteger2GfInteger | ( | const polymake::Integer & | pi | ) |
Definition at line 80 of file polymake_conversion.cc.
| int PmInteger2Int | ( | const polymake::Integer & | pi, |
| bool & | ok | ||
| ) |
Definition at line 118 of file polymake_conversion.cc.
| number PmInteger2Number | ( | const polymake::Integer & | pi | ) |
Definition at line 133 of file polymake_conversion.cc.
| bigintmat* PmMatrixInteger2Bigintmat | ( | polymake::Matrix< polymake::Integer > * | mi | ) |
Definition at line 171 of file polymake_conversion.cc.
| gfan::ZMatrix PmMatrixInteger2GfZMatrix | ( | const polymake::Matrix< polymake::Integer > * | mi | ) |
Definition at line 94 of file polymake_conversion.cc.
| intvec* PmMatrixInteger2Intvec | ( | polymake::Matrix< polymake::Integer > * | mi, |
| bool & | ok | ||
| ) |
Definition at line 156 of file polymake_conversion.cc.
| gfan::QMatrix PmMatrixRational2GfQMatrix | ( | const polymake::Matrix< polymake::Rational > * | mr | ) |
Definition at line 105 of file polymake_conversion.cc.
| gfan::ZCone* PmPolytope2ZPolytope | ( | polymake::perl::Object * | pp | ) |
Definition at line 326 of file polymake_conversion.cc.
| gfan::Rational PmRational2GfRational | ( | const polymake::Rational & | pr | ) |
Definition at line 87 of file polymake_conversion.cc.
| intvec* PmSetInteger2Intvec | ( | polymake::Set< polymake::Integer > * | si, |
| bool & | b | ||
| ) |
Definition at line 249 of file polymake_conversion.cc.
Definition at line 146 of file polymake_conversion.cc.
| polymake::Matrix<polymake::Integer> raysOf | ( | gfan::ZFan * | zf | ) |
Definition at line 448 of file polymake_conversion.cc.
| polymake::perl::Object* ZCone2PmCone | ( | gfan::ZCone * | zc | ) |
Definition at line 404 of file polymake_conversion.cc.
| polymake::perl::Object* ZFan2PmFan | ( | gfan::ZFan * | zf | ) |
Definition at line 511 of file polymake_conversion.cc.
| polymake::perl::Object* ZPolytope2PmPolytope | ( | gfan::ZCone * | zc | ) |
Definition at line 429 of file polymake_conversion.cc.