eigenpy icon indicating copy to clipboard operation
eigenpy copied to clipboard

Add support of Eigen::Array

Open jcarpent opened this issue 4 years ago • 1 comments

Currently, we only support so far Eigen::Matrix and Eigen::Map. It should be nice to extend the current API to also support Eigen::Array. This should be straightforward with the current setup.

jcarpent avatar Mar 23 '21 08:03 jcarpent

great work. can you also support sparse matrix so that we can use sparse linear system solvers? The input sparse matrix could be in the COO format, so a sparse matrix class is not needed as NumPy does not have one

liangbright avatar May 02 '21 02:05 liangbright