I am using pybind11 to create python bindings for my C++ code. In C++ I have some classes that are sharing an Eigen::SparseMatrix by having a st
Eigen::SparseMatrix
st