mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix typos
This commit is contained in:
committed by
Charles Schlosser
parent
fd98cc49f1
commit
c593e9e948
@@ -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{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user