Skip to content

Commit

Permalink
Initial push
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Oct 1, 2024
1 parent adea3e6 commit 84eb66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bench_RBKI/RBKI_speed_comparisons_SVDS.cc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static void call_all_algs(
<< residual_err_custom_RBKI << ", " << lowrank_err_RBKI << ", " << dur_rbki << ", "
<< residual_err_custom_RSVD << ", " << lowrank_err_RSVD << ", " << dur_rsvd << ", "
<< residual_err_custom_SVDS << ", " << lowrank_err_SVDS << ", " << dur_svds << ", "
<< ", " << lowrank_err_SVD << ", " << dur_svd << ",\n";
<< residual_err_custom_SVD << ", " << lowrank_err_SVD << ", " << dur_svd << ",\n";
}
}

Expand Down

0 comments on commit 84eb66e

Please sign in to comment.