mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -471,7 +471,7 @@ void test_sum_accuracy() {
|
||||
Tensor<ScalarType, 0> sum;
|
||||
sum = tensor.sum();
|
||||
|
||||
// Compute the reference value in double precsion.
|
||||
// Compute the reference value in double precision.
|
||||
double expected_sum = 0.0;
|
||||
double abs_sum = 0.0;
|
||||
for (int i = 0; i < num_elements; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user