minieigen
minieigen copied to clipboard
Boost::Python wrapper for parts of the Eigen c++ library
the return type for VectorVisitor's `get_item` is as in this line of code: ``` static Scalar get_item(const VectorT& self, Index ix){ IDX_CHECK(ix,dyn()?(Index)self.size():(Index)Dim); return self[ix]; } ``` However, for numeric types...
Hi Vaclav, we have discussed [this matter](https://github.com/eudoxos/minieigen/pull/24#issuecomment-586921751) with Bruno and Anton, and we would like to take over the maintenance of minieigen. We have already forked your repository [here](https://gitlab.com/yade-dev/minieigen). I...