MCPcopy Create free account
hub / github.com/Singular/Singular / export_intvec

Function export_intvec

Singular/dyn_modules/python/intvec_wrap.cc:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void export_intvec(){
31boost::python::class_<Intvec>("IntVector")
32 .def("__str__", intvec_as_str)
33 .def(boost::python::init <>())
34 .def(boost::python::vector_indexing_suite<Intvec>());
35}
36#endif

Callers 1

BOOST_PYTHON_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected