This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 831 - Add a dense LU factorization with rook-pivoting
Summary: Add a dense LU factorization with rook-pivoting
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: LU (show other bugs)
Version: unspecified
Hardware: All All
: Normal Feature Request
Assignee: Nobody
URL:
Whiteboard:
Keywords: JuniorJob
Depends on:
Blocks:
 
Reported: 2014-06-25 14:34 UTC by Gael Guennebaud
Modified: 2019-12-04 13:26 UTC (History)
1 user (show)



Attachments

Description Gael Guennebaud 2014-06-25 14:34:38 UTC
The is a rank-revealing LU implementation which can leverage fast matrix-matrix operations. It thus has a very small overhead compared to PartialPivLU (about 30%), and it looks pretty simple to implement. A Fortran implementation under the BSD licence is available there:

http://www.mathworks.com/matlabcentral/fileexchange/37721-rook-pivoting
Comment 1 Nobody 2019-12-04 13:26:49 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/831.

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