numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
kahan_adder.h File Reference

Definition of kahan_adder class. More...

+ Include dependency graph for kahan_adder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::util::kahan_adder< T >
 Class to add numbers using Kahan summation [14]. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::util
 Namespace of utilities.
 

Detailed Description

Definition of kahan_adder class.

Definition in file kahan_adder.h.