Skip to content

Commit 933b3a6

Browse files
committed
Add references
1 parent 5afedce commit 933b3a6

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/references/bib.bib

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,10 +2353,40 @@ @article{lawson:1979a
23532353
month = {sep},
23542354
number = {3},
23552355
numpages = {2},
2356-
pages = {324-325},
2356+
pages = {324--325},
23572357
publisher = {Association for Computing Machinery},
23582358
title = {{Algorithm 539: Basic Linear Algebra Subprograms for Fortran Usage [F1]}},
23592359
url = {https://doi.org/10.1145/355841.355848},
23602360
volume = {5},
23612361
year = {1979},
23622362
}
2363+
2364+
@article{neumair:1974a,
2365+
abstract = {The rounding‐error arising during summation can be interpreted as a measure for the quality of the procedure used. In the following, a‐priori‐bounds for this rounding‐error are used to compare several summation procedures, e.g. the common procedure and the method of Kahan‐Babuška.},
2366+
author = {Arnold Neumaier},
2367+
doi = {10.1002/zamm.19740540106},
2368+
journal = {Zeitschrift für Angewandte Mathematik und Mechanik},
2369+
keywords = {summation, numerical analysis, algorithms, math, kahan, precision, floating-point arithmetic},
2370+
month = {},
2371+
number = {1},
2372+
pages = {39--51},
2373+
title = {{Rounding Error Analysis of Some Methods for Summing Finite Sums}},
2374+
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/zamm.19740540106},
2375+
volume = {54},
2376+
year = {1974},
2377+
}
2378+
2379+
@article{klein:2005a,
2380+
abstract = {In this article, we combine recursive summation techniques with Kahan-Babu{\v s}ka type balancing strategies {$[$}1{$]$}, {$[$}7{$]$} to get highly accurate summation formulas. An i-th algorithm have only error beyond 1upl and thus allows to sum many millions of numbers with high accuracy. The additional afford is a small multiple of the naive summation. In addition we show that these algorithms could be modified to provide tight upper and lower bounds for use with interval arithmetic.},
2381+
author = {Andreas Klein},
2382+
doi = {10.1007/s00607-005-0139-x},
2383+
journal = {Computing},
2384+
keywords = {summation, numerical analysis, algorithms, math, kahan, precision, floating-point arithmetic},
2385+
month = {nov},
2386+
number = {3},
2387+
pages = {279--293},
2388+
title = {{A Generalized Kahan-Babu{\v s}ka-Summation-Algorithm}},
2389+
url = {https://doi.org/10.1007/s00607-005-0139-x},
2390+
volume = {76},
2391+
year = {2005},
2392+
}

0 commit comments

Comments
 (0)