This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 570 - SuperLU factorize does always compute full factorization
Summary: SuperLU factorize does always compute full factorization
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Sparse (show other bugs)
Version: 3.1
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 21:47 UTC by Philippe Marti
Modified: 2019-12-04 12:11 UTC (History)
0 users



Attachments

Description Philippe Marti 2013-03-20 21:47:42 UTC
It seems to me that any call to SuperLU<>::factorize() performs a complete factorization of the matrix while the documentation presents it as the numerical factorisation step of the whole process. 

I need to update my matrix without changing its structure and reuse as much as possible from the previous computation. The SuperLU<>::options() routine doesn't help as the options get reset to the default values in SuperLU<>::factorize().
Comment 1 Nobody 2019-12-04 12:11:09 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/570.

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