swap rows/columns for the sparse type Eigen::DynamicSparseMatrix< double > is not implemented. The dense approach via A.row(0).swap(A.row(1)); does not work.
-- 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/304.