Bugzilla – Attachment 398 Details for
Bug 706
Allowing SparseQR and SparseCholesky to work with MappedSparseMatrix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
[patch]
Patch for SparseQR.h
patch.SparseQR.h (text/plain), 743 bytes, created by
adam.p.harrison
on 2013-11-20 18:33:35 UTC
(
hide
)
Description:
Patch for SparseQR.h
Filename:
MIME Type:
Creator:
adam.p.harrison
Created:
2013-11-20 18:33:35 UTC
Size:
743 bytes
patch
obsolete
>--- SparseQR_old.h 2013-07-23 19:48:36.000000000 -0600 >+++ SparseQR.h 2013-11-19 15:17:33.147756500 -0700 >@@ -353,7 +353,7 @@ > // all the nodes (with indexes lower than rank) reachable through the column elimination tree (etree) rooted at node k. > // Note: if the diagonal entry does not exist, then its contribution must be explicitly added, > // thus the trick with found_diag that permits to do one more iteration on the diagonal element if this one has not been found. >- for (typename MatrixType::InnerIterator itp(m_pmat, col); itp || !found_diag; ++itp) >+ for (typename QRMatrixType::InnerIterator itp(m_pmat, col); itp || !found_diag; ++itp) > { > Index curIdx = nonzeroCol ; > if(itp) curIdx = itp.row();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 706
:
396
|
397
|
398
|
399