Ignore:
Timestamp:
Oct 25, 2013, 8:34:39 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9cf75aab8ce4766fcf49c2135012db6957300a95
Parents:
6a6ae29f7bcf2272aa28c90bb17f8e9a0337de6e62de8de7d677c1aa9a6da3c0e58b04a58a9a884b
Message:
Merge pull request #408 from YueRen/spielwiese

polymake/gfanlib modules
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callpolymake/polymake_conversion.h

    r6a6ae2 r32d8cb  
    33
    44#include <kernel/mod2.h>
    5 
    6 #ifdef HAVE_FANS
    75
    86#include <gmpxx.h>
     
    1412#include <polymake/Set.h>
    1513#include <polymake/common/lattice_tools.h>
     14#include <polymake/IncidenceMatrix.h>
    1615
    1716#include <gfanlib/gfanlib.h>
    1817#include <gfanlib/gfanlib_q.h>
    1918
     19#include <libpolys/coeffs/numbers.h>
     20#include <libpolys/coeffs/bigintmat.h>
    2021#include <libpolys/misc/intvec.h>
     22#include <Singular/lists.h>
    2123
    2224/* Functions for converting Integers, Rationals and their Matrices
     
    4345intvec* PmVectorInteger2Intvec (const polymake::Vector<polymake::Integer>* vi, bool &ok);
    4446intvec* PmMatrixInteger2Intvec (polymake::Matrix<polymake::Integer>* mi, bool &ok);
    45 // intvec* PmIncidenceMatrix2Intvec (polymake::IncidenceMatrix<polymake::NonSymmetric>* icmat);
     47lists PmIncidenceMatrix2ListOfIntvecs (polymake::IncidenceMatrix<polymake::NonSymmetric>* icmat);
     48lists PmAdjacencyMatrix2ListOfEdges (polymake::IncidenceMatrix<polymake::NonSymmetric>* icmat);
    4649intvec* PmSetInteger2Intvec (polymake::Set<polymake::Integer>* si, bool &b);
     50number PmInteger2Number (const polymake::Integer& pi);
     51bigintmat* PmMatrixInteger2Bigintmat (polymake::Matrix<polymake::Integer>* mi);
    4752
    4853/* polymake <- singular */
     
    6267
    6368#endif
    64 #endif
Note: See TracChangeset for help on using the changeset viewer.