Function eigenpy::literals::operator””_a

Function Documentation

inline boost::python::arg eigenpy::literals::operator""_a(const char *name, std::size_t)

A string literal returning a boost::python::arg.

Using-declare this operator or do using namespace eigenpy::literals. Then bp::arg("matrix") can be replaced by the literal "matrix"_a.