This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 905 - SparseLU
Summary: SparseLU
Status: NEW
Alias: None
Product: Eigen
Classification: Unclassified
Component: Sparse (show other bugs)
Version: unspecified
Hardware: All All
: High Feature Request
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 16:08 UTC by EAb
Modified: 2019-12-04 13:53 UTC (History)
1 user (show)



Attachments

Description EAb 2014-11-07 16:08:49 UTC
In optimization algorithms, at times it is useful to factorise a large sparse matrix ONCE ONLY and use the factors in different ways. For example, we can do some computation using the factors (eg. block parts of the L and P in PAQ=LU are used for null space methods in image processing and rendering). This then can be used in many computations without re-factoring the original matrix A. Unfortunately,  matrixLU() on a type of Eigen::SparseLU solver returns a reference to a type which only allows a triangular solve -- matrixL().solveInPlace(b);.

It would be great to implement other operations on this.

Thanks.
Comment 1 Nobody 2019-12-04 13:53:48 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/905.

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