#include "polys/monomials/ring.h"
#include "Singular/grammar.h"
#include "Singular/subexpr.h"
#include "Singular/ipid.h"
#include <boost/intrusive_ptr.hpp>
#include "Number.h"
Go to the source code of this file.
◆ export_ring()
Definition at line 32 of file ring_wrap.cc.
33{
34boost::python::class_<Ring>("Ring", "reference to a Singular ring")
36 .def(
"set",
ring_set,
"equivalent to the singular command setring, which is not mapped as it is a command")
37 .def(boost::python::init <>());
38}
static boost::python::object Ring_as_str(const Ring &r)