Skip to content

Eigen ref support

John Parent requested to merge john.parent/autopybind11:dev/eigen-ref into master

Adds support for Eigen ref, needed to avoid costly copy operations when passing Eigen matrix types from C++ to python and vis versa.

Support is currently untested and slightly naive, hence the WIP designation. PR made to take advantage of updated CI to include Eigen

Tests currently failing as transition is made to less naive approach.

Fixes #121 (closed)

Edited by John Parent

Merge request reports