Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Jul 25, 2024
1 parent 77c439b commit e5bd70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/sparse_blas/include/test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ void rand_matrix(std::vector<fpType> &m, oneapi::mkl::layout layout_val, std::si
}

/// Generate random value in the range [-0.5, 0.5]
/// The amplitude is guaranteed to be >= 0.1 if is_diag is true
/// The amplitude is guaranteed to be >= 10 if is_diag is true
template <typename fpType>
fpType generate_data(bool is_diag) {
rand_scalar<fpType> rand_data;
Expand Down

0 comments on commit e5bd70f

Please sign in to comment.