diff options
author | Andreas Enge <andreas.enge@inria.fr> | 2012-09-19 11:17:49 +0000 |
---|---|---|
committer | Andreas Enge <andreas.enge@inria.fr> | 2012-09-19 11:17:49 +0000 |
commit | 9d1fd17d4081b2a0ac2de5f1c86d1bc81427a5f9 (patch) | |
tree | 5d9efd557b23ca31a5921219c05f41b00f9c7932 /doc/algorithms.bib | |
parent | 75e6da9bb997ede499e9e282317f0c0b3fc92bbd (diff) | |
download | mpc-git-rootsunity.tar.gz |
merge trunk into branch rootsunityrootsunity
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/branches/rootsunity@1273 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc/algorithms.bib')
-rw-r--r-- | doc/algorithms.bib | 46 |
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)" -} |