added 501

Former-commit-id: 821d857f0b
This commit is contained in:
Daniele Panozzo
2015-10-01 17:04:02 +02:00
parent 57120986b1
commit 03e3692bd4
5 changed files with 98 additions and 2 deletions
+2 -2
View File
@@ -221,8 +221,8 @@ py::class_<Type> bind_eigen_2(py::module &m, const char *name,
.def_cast(py::self += py::self)
.def_cast(py::self -= py::self)
.def_cast(py::self *= py::self)
// .def_cast(py::self *= Scalar())
// .def_cast(py::self /= Scalar())
.def_cast(py::self *= Scalar())
.def_cast(py::self /= Scalar())
/* Comparison operators */
.def(py::self == py::self)