You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: