Registered Member
|
Hi,
In the following code fragment:
does Eigen always guarantee that nonzero coefficients in row k of A will be visited in order of increasing column index? Thanks for the help. |
Moderator
|
yes, unless you bypass the high-level matrix assembly routine and explicitly insert elements unordered (e.g., A.insertUnsorted(i,j)).
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]