Skip to content

Commit

Permalink
Removed commented out logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Mar 21, 2024
1 parent 8e6211e commit b824aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RandLAPACK/drivers/rl_rbki.hh
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ int RBKI<T, RNG>::call(

this -> norm_R_end = norm_R;
this->num_krylov_iters = iter;
//iter % 2 == 0 ? end_rows = k * (iter_ev + 1), end_cols = k * iter_ev : end_rows = k * (iter_od + 1), end_cols = k * iter_od;
end_cols = num_krylov_iters * k / 2;
iter % 2 == 0 ? end_rows = end_cols + k : end_rows = end_cols;

Expand Down

0 comments on commit b824aa0

Please sign in to comment.