This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 304 - swap rows/cols for sparse matrices
Summary: swap rows/cols for sparse matrices
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Sparse (show other bugs)
Version: 3.0
Hardware: All All
: --- enhancement
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 11:19 UTC by carsten.neff
Modified: 2019-12-04 10:55 UTC (History)
0 users



Attachments

Description carsten.neff 2011-06-24 11:19:03 UTC
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.
Comment 1 Nobody 2019-12-04 10:55:02 UTC
-- 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.

Note You need to log in before you can comment on or make changes to this bug.