Skip to content

Commit d695241

Browse files
committed
[linalg.algs.blas1] Add references to the 'BLAS standard'
1 parent 02524cd commit d695241

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
@@ -13405,7 +13405,8 @@
1340513405

1340613406
\pnum
1340713407
\begin{note}
13408-
These functions exist in the BLAS standard but are not part of the reference implementation.
13408+
These functions exist in the BLAS standard\supercite{blas-std}
13409+
but are not part of the reference implementation.
1340913410
\end{note}
1341013411
\begin{itemdecl}
1341113412
template<@\exposconcept{in-matrix}@ InMat, class Scalar>
@@ -13475,7 +13476,8 @@
1347513476

1347613477
\pnum
1347713478
\begin{note}
13478-
These functions exist in the BLAS standard but are not part of the reference implementation.
13479+
These functions exist in the BLAS standard\supercite{blas-std}
13480+
but are not part of the reference implementation.
1347913481
\end{note}
1348013482

1348113483
\begin{itemdecl}
@@ -13546,7 +13548,8 @@
1354613548

1354713549
\pnum
1354813550
\begin{note}
13549-
These functions exist in the BLAS standard but are not part of the reference implementation.
13551+
These functions exist in the BLAS standard\supercite{blas-std}
13552+
but are not part of the reference implementation.
1355013553
\end{note}
1355113554

1355213555
\begin{itemdecl}

0 commit comments

Comments
 (0)