Skip to content

Commit

Permalink
test ill-condÃ
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalal Sukkari committed Feb 2, 2023
1 parent 516cae6 commit 22e050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_qdwh.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void test_qdwh_work(Params& params, bool run)
H = slate::Matrix<scalar_t>::fromScaLAPACK(n, n, &H_data[0], lldH, nb, p, q, MPI_COMM_WORLD);
}

real_t cond = 1 / (100 * std::numeric_limits<real_t>::epsilon() );
real_t cond = 1 / (std::numeric_limits<real_t>::epsilon() );
params.matrix.kind.set_default("svd");
params.matrix.cond.set_default(cond);

Expand Down

0 comments on commit 22e050a

Please sign in to comment.