Skip to content

Commit

Permalink
Update comment in resolve/LinSolverDirectCuSolverRf.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: shakedregev <[email protected]>
  • Loading branch information
pelesh and shakedregev authored Feb 6, 2025
1 parent 7d53222 commit c77f302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resolve/LinSolverDirectCuSolverRf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ namespace ReSolve
{
// Compute positions of column indices and values in CSR matrix and store them there
// Overwrites CSR row pointers in the process
// adding to them the number of elements in that row
for (index_type jj = colPtrCsc[col]; jj < colPtrCsc[col+1]; jj++)
{
index_type row = rowIdxCsc[jj];
Expand Down

0 comments on commit c77f302

Please sign in to comment.