Skip to content

Commit

Permalink
Updae
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachRaccooon committed Apr 1, 2024
1 parent 5cf905a commit 41a8117
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRP/CQRRP_pivot_quality.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Performs computations in order to assess the pivot quality of ICQRRP.
The setup is described in detail in Section 4 of The CQRRPT (https://arxiv.org/pdf/2311.08316.pdf) paper.
The setup is described in detail in Section 4 of The arXiv version 2 CQRRPT (https://arxiv.org/pdf/2311.08316.pdf) paper.
*/
#include "RandLAPACK.hh"
#include "rl_blaspp.hh"
Expand Down
2 changes: 1 addition & 1 deletion benchmark/bench_CQRRPT/CQRRPT_pivot_quality.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Performs computations in order to assess the pivot quality of CQRRPT.
The setup is described in detail in Section 4 of The CQRRPT (https://arxiv.org/pdf/2311.08316.pdf) paper.
The setup is described in detail in Section 4 of The arXiv version 2 CQRRPT (https://arxiv.org/pdf/2311.08316.pdf) paper.
*/
#include "RandLAPACK.hh"
#include "rl_blaspp.hh"
Expand Down
1 change: 0 additions & 1 deletion test/drivers/test_rbki.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class TestRBKI : public ::testing::Test

T residual_err_custom = residual_error_comp<T>(all_data, custom_rank);
printf("residual_err_custom %e\n", residual_err_custom);
//ASSERT_NEAR(residual_err_custom, 8.039386e-13, std::pow(std::numeric_limits<T>::epsilon(), 0.825));
ASSERT_LE(residual_err_custom, 10 * std::pow(std::numeric_limits<T>::epsilon(), 0.825));
}
};
Expand Down

0 comments on commit 41a8117

Please sign in to comment.