![]() |
My Project
|
#include "kernel/mod2.h"
#include <boost/python.hpp>
#include "Poly.h"
#include "Ideal.h"
#include "ring_wrap.h"
#include "poly_wrap.h"
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
Go to the source code of this file.
Functions | |
static boost::python::object | Ideal_as_str (const Ideal &p) |
static boost::python::object | Module_as_str (const Module &p) |
static Ring | Ideal_get_Ring (const Ideal &p) |
void | export_ideal () |
void | export_module () |
void export_ideal | ( | ) |
Definition at line 55 of file ideal_wrap.cc.
void export_module | ( | ) |
Definition at line 68 of file ideal_wrap.cc.
Definition at line 13 of file ideal_wrap.cc.
Definition at line 50 of file ideal_wrap.cc.
Definition at line 31 of file ideal_wrap.cc.