Skip to content

Commit 4f4a041

Browse files
committed
[linalg.algs.blas1] Add references to the 'BLAS standard'
1 parent 07a945e commit 4f4a041

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
@@ -13392,7 +13392,8 @@
1339213392
\rSec3[linalg.algs.blas1.matfrobnorm]{Frobenius norm of a matrix}
1339313393

1339413394
\begin{note}
13395-
These functions exist in the BLAS standard but are not part of the reference implementation.
13395+
These functions exist in the BLAS standard\supercite{blas-std}
13396+
but are not part of the reference implementation.
1339613397
\end{note}
1339713398
\begin{itemdecl}
1339813399
template<@\exposconcept{in-matrix}@ InMat, class Scalar>
@@ -13461,7 +13462,8 @@
1346113462
\rSec3[linalg.algs.blas1.matonenorm]{One norm of a matrix}
1346213463

1346313464
\begin{note}
13464-
These functions exist in the BLAS standard but are not part of the reference implementation.
13465+
These functions exist in the BLAS standard\supercite{blas-std}
13466+
but are not part of the reference implementation.
1346513467
\end{note}
1346613468

1346713469
\begin{itemdecl}
@@ -13531,7 +13533,8 @@
1353113533
\rSec3[linalg.algs.blas1.matinfnorm]{Infinity norm of a matrix}
1353213534

1353313535
\begin{note}
13534-
These functions exist in the BLAS standard but are not part of the reference implementation.
13536+
These functions exist in the BLAS standard\supercite{blas-std}
13537+
but are not part of the reference implementation.
1353513538
\end{note}
1353613539

1353713540
\begin{itemdecl}

0 commit comments

Comments
 (0)