Skip to content

Commit 1945031

Browse files
jensmaurertkoeppe
authored andcommitted
[linalg.algs.blas1] Add references to the 'BLAS standard'
1 parent aa595cb commit 1945031

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

source/back.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
J.\ Du Croz, A.\ Greenbaum, S.\ Hammarling, A.\ McKenney, D.\ Sorensen
6161
\doccite{LAPACK Users' Guide, Third Edition}.
6262
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.
6369
\end{thebibliography}
6470

6571
The arithmetic specification described in ISO/IEC 10967-1:2012 is

source/numerics.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13474,7 +13474,8 @@
1347413474

1347513475
\pnum
1347613476
\begin{note}
13477-
These functions exist in the BLAS standard but are not part of the reference implementation.
13477+
These functions exist in the BLAS standard\supercite{blas-std}
13478+
but are not part of the reference implementation.
1347813479
\end{note}
1347913480
\begin{itemdecl}
1348013481
template<@\exposconcept{in-matrix}@ InMat, class Scalar>
@@ -13544,7 +13545,8 @@
1354413545

1354513546
\pnum
1354613547
\begin{note}
13547-
These functions exist in the BLAS standard but are not part of the reference implementation.
13548+
These functions exist in the BLAS standard\supercite{blas-std}
13549+
but are not part of the reference implementation.
1354813550
\end{note}
1354913551

1355013552
\begin{itemdecl}
@@ -13615,7 +13617,8 @@
1361513617

1361613618
\pnum
1361713619
\begin{note}
13618-
These functions exist in the BLAS standard but are not part of the reference implementation.
13620+
These functions exist in the BLAS standard\supercite{blas-std}
13621+
but are not part of the reference implementation.
1361913622
\end{note}
1362013623

1362113624
\begin{itemdecl}

0 commit comments

Comments
 (0)