|
1 | 1 | %!TEX root = std.tex
|
2 | 2 |
|
3 |
| -\chapter{Bibliography} |
4 |
| - |
5 |
| -\begin{itemize} |
6 |
| -\renewcommand{\labelitemi}{---} |
| 3 | +\begin{thebibliography}{99} |
7 | 4 | % ISO documents in numerical order.
|
8 |
| -\item |
| 5 | +\bibitem{iso4217} |
9 | 6 | ISO 4217:2015,
|
10 | 7 | \doccite{Codes for the representation of currencies}
|
11 |
| -\item |
| 8 | +\bibitem{iso10967-1} |
12 | 9 | ISO/IEC 10967-1:2012,
|
13 | 10 | \doccite{Information technology --- Language independent arithmetic ---
|
14 | 11 | Part 1: Integer and floating point arithmetic}
|
15 |
| -\item |
| 12 | +\bibitem{iso18661-3} |
16 | 13 | ISO/IEC TS 18661-3:2015,
|
17 | 14 | \doccite{Information Technology ---
|
18 | 15 | Programming languages, their environments, and system software interfaces ---
|
19 | 16 | Floating-point extensions for C --- Part 3: Interchange and extended types}
|
20 | 17 | % Other international standards.
|
21 |
| -\item |
| 18 | +\bibitem{iana-charset} |
22 | 19 | IANA Character Sets Database.
|
23 | 20 | Available from:\newline
|
24 | 21 | \url{https://www.iana.org/assignments/character-sets/}, 2021-04-01
|
25 |
| -\item |
| 22 | +\bibitem{iana-tz} |
26 | 23 | IANA Time Zone Database.
|
27 | 24 | Available from: \url{https://www.iana.org/time-zones}
|
28 |
| -\item |
| 25 | +\bibitem{unicode-charmap} |
29 | 26 | Unicode Character Mapping Markup Language [online].
|
30 | 27 | Edited by Mark Davis and Markus Scherer. Revision 5.0.1; 2017-05-31
|
31 | 28 | Available from: \url{http://www.unicode.org/reports/tr22/tr22-8.html}
|
32 | 29 | % Literature references.
|
33 |
| -\item |
| 30 | +\bibitem{cpp-r} |
34 | 31 | Bjarne Stroustrup,
|
35 | 32 | \doccite{The \Cpp{} Programming Language, second edition}, Chapter R\@.
|
36 | 33 | Addison-Wesley Publishing Company, ISBN 0-201-53992-6, copyright \copyright 1991 AT\&T
|
37 |
| -\item |
| 34 | +\bibitem{kr} |
38 | 35 | Brian W.\ Kernighan and Dennis M. Ritchie,
|
39 | 36 | \doccite{The C Programming Language}, Appendix A\@.
|
40 | 37 | Prentice-Hall, 1978, ISBN 0-13-110163-3, copyright \copyright 1978 AT\&T
|
41 |
| -\item |
| 38 | +\bibitem{cpp-lib} |
42 | 39 | P.J.\ Plauger,
|
43 | 40 | \doccite{The Draft Standard \Cpp{} Library}.
|
44 | 41 | Prentice-Hall, ISBN 0-13-117003-1, copyright \copyright 1995 P.J.\ Plauger
|
45 |
| -\end{itemize} |
| 42 | +\bibitem{linalg-stable} |
| 43 | + J.\ Demmel, I.\ Dumitriu, and O.\ Holtz, |
| 44 | + \doccite{Fast linear algebra is stable}, |
| 45 | + Numerische Mathematik 108 (59--91), 2007. |
| 46 | +\bibitem{blas1} |
| 47 | + C.\,L.\ Lawson, R.\,J.\ Hanson, D.\ Kincaid, and F.\,T.\ Krogh, |
| 48 | + \doccite{Basic linear algebra subprograms for Fortran usage}. |
| 49 | + ACM Trans.\ Math.\ Soft., Vol.\ 5, pp.\ 308--323, 1979. |
| 50 | +\bibitem{blas2} |
| 51 | + Jack J.\ Dongarra, Jeremy Du Croz, Sven Hammarling, and Richard J. Hanson, |
| 52 | + \doccite{An Extended Set of FORTRAN Basic Linear Algebra Subprograms}. |
| 53 | + ACM Trans.\ Math.\ Soft., Vol.\ 14, No.\ 1, pp.\ 1--17, Mar.\ 1988. |
| 54 | +\bibitem{blas3} |
| 55 | + Jack J.\ Dongarra, Jeremy Du Croz, Sven Hammarling, and Iain Duff, |
| 56 | + \doccite{A Set of Level 3 Basic Linear Algebra Subprograms}. |
| 57 | + ACM Trans.\ Math.\ Soft., Vol.\ 16, No.\ 1, pp.\ 1--17, Mar.\ 1990. |
| 58 | +\bibitem{lapack} |
| 59 | + E.\ Anderson, Z.\ Bai, C.\ Bischof, S.\ Blackford, J.\ Demmel, J.\ Dongarra, |
| 60 | + J.\ Du Croz, A.\ Greenbaum, S.\ Hammarling, A.\ McKenney, D.\ Sorensen |
| 61 | + \doccite{LAPACK Users' Guide, Third Edition}. |
| 62 | + SIAM, Philadelphia, PA, USA, 1999. |
| 63 | +\bibitem{blas-std} |
| 64 | + L. Susan Blackford, Ames Demmel, Jack Dongarra, Iain Duff, Sven Hammarling, |
| 65 | + Greg Henry, Michael Heroux, Linda Kaufman, Andrew Lumbsdaine, Antoine Petitet, |
| 66 | + Roldan Pozo, Karin Remington, R. Client Whaley |
| 67 | + \doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}. |
| 68 | + ACM Trans.\ Math.\ Soft., Vol.\ 28, Issue 2, 2002. |
| 69 | +\end{thebibliography} |
46 | 70 |
|
47 | 71 | The arithmetic specification described in ISO/IEC 10967-1:2012 is
|
48 | 72 | called \defn{LIA-1} in this document.
|
|
0 commit comments