Skip to content

Commit

Permalink
Batched - QR: applying clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Luc <lberge@sandia.gov>
  • Loading branch information
lucbv committed Oct 8, 2024
1 parent 95d1181 commit 3cc6d97
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions batched/dense/unit_test/Test_Batched_SerialQR.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ struct qrFunctor {
MatricesType Qs;

qrFunctor(const int maxMatSize_, MatricesType As_, TauViewType taus_, TmpViewType ws_, MatricesType Qs_)
: maxMatSize(maxMatSize_),
As(As_),
taus(taus_),
ws(ws_),
Qs(Qs_) {}
: maxMatSize(maxMatSize_), As(As_), taus(taus_), ws(ws_), Qs(Qs_) {}

KOKKOS_FUNCTION
void operator()(const int matIdx) const {
Expand Down

0 comments on commit 3cc6d97

Please sign in to comment.