summaryrefslogtreecommitdiff
path: root/doc/algorithms.bib
diff options
context:
space:
mode:
Diffstat (limited to 'doc/algorithms.bib')
-rw-r--r--doc/algorithms.bib46
1 files changed, 16 insertions, 30 deletions
diff --git a/doc/algorithms.bib b/doc/algorithms.bib
index 50bcaeb..2232a0e 100644
--- a/doc/algorithms.bib
+++ b/doc/algorithms.bib
@@ -1,3 +1,13 @@
+@phdthesis {Dupont06,
+ author = {R\'egis Dupont},
+ title = {Moyenne arithm\'etico-g\'eom\'etrique, suites de
+ {B}orchardt et applications},
+ school = {\'Ecole polytechnique},
+ address = {Palaiseau},
+ type = {Th\`ese de doctorat},
+ year = {2006}
+}
+
@Article{Friedland67,
author = {Paul Friedland},
title = {Algorithm 312: {A}bsolute value and square root of a complex
@@ -10,6 +20,12 @@
annote = "\url{http://portal.acm.org/citation.cfm?id=363780}"
}
+@Unpublished{MPFRAlgorithms,
+ author = {{MPFR Team}},
+ title = {The {MPFR} {L}ibrary: {A}lgorithms {A}nd {P}roofs},
+ note = {\url{http://www.mpfr.org/algorithms.pdf}},
+}
+
@Article{Smith98,
author = {David M. Smith},
title = {Algorithm 786: {M}ultiple-Precision Complex Arithmetic and
@@ -20,33 +36,3 @@
number = 4,
pages = {359--367}
}
-
-@Book{BrDiJeLeMeMuReStTo09,
- author = {Nicolas Brisebarre and Florent de Dinechin and
- Claude-Pierre Jeannerod and Vincent Lef\`evre and
- Guillaume Melquiond and Jean-Michel Muller and Nathalie
- Revol and Damien Stehl\'e and Serge Torres},
- title = {Handbook of Floating-Point Arithmetic},
- publisher = {Birkh\"auser},
- year = 2009,
- note = {571 pages}
-}
-
-@Unpublished{MPFRAlgorithms,
- author = {{MPFR Team}},
- title = {The {MPFR} {L}ibrary: {A}lgorithms {A}nd {P}roofs},
- note = {\url{http://www.mpfr.org/algorithms.pdf}},
-}
-
-@Article{Percival03,
- author = "Colin Percival",
- title = "Rapid multiplication modulo the sum and difference of
- highly composite numbers",
- journal = MC,
- year = 2003,
- volume = 72,
- number = 241,
- pages = "387--395",
- comment = "Includes good error analysis for FFT but proof is
- incorrect (result is OK)"
-}