We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ee5d9 commit 579f8caCopy full SHA for 579f8ca
include/pressio/ops/tpetra/ops_level3.hpp
@@ -214,7 +214,7 @@ product(::pressio::transpose /*unused*/,
214
const sc_t alpha_(alpha);
215
const sc_t beta_(beta);
216
const auto has_beta = beta_ != zero;
217
- beta_t tmp = zero;
+ sc_t tmp = zero;
218
219
// A dot A = A^T*A, which yields a symmetric matrix
220
// only need to compute half and fill remaining entries accordingly
0 commit comments