This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1010 - IncompleteLUT - Initialization flag m_isInitialized incorrectly set
Summary: IncompleteLUT - Initialization flag m_isInitialized incorrectly set
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Sparse (show other bugs)
Version: 3.2
Hardware: All All
: Normal Internal Design
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-04 14:48 UTC by simon.floery
Modified: 2019-12-04 14:36 UTC (History)
2 users (show)



Attachments

Description simon.floery 2015-05-04 14:48:50 UTC
Hi,

Current preconditioner IncompleteLUT sets the initialization flag m_isInitialized only in IncompleteLUT::compute. This makes the solve method assert if analyzePattern and factorize were called separately, e.g. not via compute. DiagonalPreconditioner sets the m_isInitialized flag in factorize, which should be a feasible solution for IncompleteLUT as well.

best, simon
Comment 1 Gael Guennebaud 2015-05-07 12:27:29 UTC
thank you for the report, fixed:

default: https://bitbucket.org/eigen/eigen/commits/b9b2a5516325/
3.2:     https://bitbucket.org/eigen/eigen/commits/941725bff733/
Comment 2 Nobody 2019-12-04 14:36:11 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/1010.

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