Summary: | Using SPQR as SparseQR for nullspace computation | ||
---|---|---|---|
Product: | Eigen | Reporter: | Semih <semihozmen> |
Component: | Sparse | Assignee: | Nobody <eigen.nobody> |
Status: | NEW --- | ||
Severity: | Feature Request | CC: | chtz, gael.guennebaud |
Priority: | Normal | ||
Version: | 3.2 | ||
Hardware: | x86 - 64-bit | ||
OS: | Windows | ||
Whiteboard: |
Description
Semih
2015-11-27 21:45:40 UTC
Patch welcome! SPQR stores its factors in its own format, so first thing to do is to check SPQR documentation to see whether it offers routines to extract Q, and if so, then follow SparseQR implementation. Otherwise, maybe you don't need to explicitly extract Q, maybe all you need is to apply Q or Q^T? Also, feel free to contribute your null space extraction routine as a SparseQR::kernel() method ;) -- 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/1121. |