Skip to content

Commit

Permalink
Nov23 cqrrpt (#60)
Browse files Browse the repository at this point in the history
Reworked CQRRPT and CQRRP benchmarks,
CQRRPT is now fully pointer-based.
  • Loading branch information
TeachRaccooon authored Nov 17, 2023
1 parent 80e7d8f commit 59f6284
Show file tree
Hide file tree
Showing 16 changed files with 623 additions and 571 deletions.
2 changes: 1 addition & 1 deletion RandLAPACK/comps/rl_orth.hh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ int PLUL<T>::call(
if(lapack::getrf(m, n, A_dat, m, ipiv_dat))
return 1; // failure condition

util::get_L(m, n, A, 1);
util::get_L(m, n, A_dat, 1);
lapack::laswp(n, A_dat, m, 1, n, ipiv_dat, 1);

return 0;
Expand Down
Loading

0 comments on commit 59f6284

Please sign in to comment.