4#include "boost/python.hpp"
5#include "python/pyplusplus/include/concepts.pypp.hh"
8namespace bp = boost::python;
9#ifdef BOOSTNUMPY_NEW_NAMESPACE
10namespace bn = boost::python::numpy;
12namespace bn = boost::numpy;
33 void sparseMatrix_c_setEntry(bp::object& self,
54 bn::ndarray vector_r_data(bp::object
const & self);
55 bn::ndarray vector_c_data(bp::object
const & self);
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.