We only have a not very good implementation for a column major sparse matrix. We need a proper one based on the construction of the elimination tree and we need to suport both column and row major matrices. Very useful for true sparse direct solving with a sparse rhs (for instance to compute the Schur complement). Currently the rhs is treated by converting the sparse columns of the rhs to dense ones.
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/441.