Fix typos

This commit is contained in:
Mike Taves
2024-08-02 00:06:24 +00:00
committed by Charles Schlosser
parent fd98cc49f1
commit c593e9e948
26 changed files with 38 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ namespace Eigen {
*/
template <typename Scalar>
class KahanSum {
// Straighforward Kahan summation for accurate accumulation of a sum of numbers
// Straightforward Kahan summation for accurate accumulation of a sum of numbers
Scalar _sum{};
Scalar _correction{};