This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen

Bug 831

Summary: Add a dense LU factorization with rook-pivoting
Product: Eigen Reporter: Gael Guennebaud <gael.guennebaud>
Component: LUAssignee: Nobody <eigen.nobody>
Status: NEW ---    
Severity: Feature Request CC: chtz
Priority: Normal Keywords: JuniorJob
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:

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.