Skip to content

Commit

Permalink
[linalg.algs.blas1] Add references to the 'BLAS standard'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored and tkoeppe committed Dec 17, 2023
1 parent 3b2c122 commit e7b98fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions source/back.tex
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
J.\ Du Croz, A.\ Greenbaum, S.\ Hammarling, A.\ McKenney, D.\ Sorensen
\doccite{LAPACK Users' Guide, Third Edition}.
SIAM, Philadelphia, PA, USA, 1999.
\bibitem{blas-std}
L. Susan Blackford, Ames Demmel, Jack Dongarra, Iain Duff, Sven Hammarling,
Greg Henry, Michael Heroux, Linda Kaufman, Andrew Lumbsdaine, Antoine Petitet,
Roldan Pozo, Karin Remington, R. Client Whaley
\doccite{An Updated Set of Basic Linear Algebra Subprograms (BLAS)}.
ACM Trans. Math. Soft., Vol. 28, Issue 2, 2002.
\end{thebibliography}

The arithmetic specification described in ISO/IEC 10967-1:2012 is
Expand Down
9 changes: 6 additions & 3 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13474,7 +13474,8 @@

\pnum
\begin{note}
These functions exist in the BLAS standard but are not part of the reference implementation.
These functions exist in the BLAS standard\supercite{blas-std}
but are not part of the reference implementation.
\end{note}
\begin{itemdecl}
template<@\exposconcept{in-matrix}@ InMat, class Scalar>
Expand Down Expand Up @@ -13544,7 +13545,8 @@

\pnum
\begin{note}
These functions exist in the BLAS standard but are not part of the reference implementation.
These functions exist in the BLAS standard\supercite{blas-std}
but are not part of the reference implementation.
\end{note}

\begin{itemdecl}
Expand Down Expand Up @@ -13615,7 +13617,8 @@

\pnum
\begin{note}
These functions exist in the BLAS standard but are not part of the reference implementation.
These functions exist in the BLAS standard\supercite{blas-std}
but are not part of the reference implementation.
\end{note}

\begin{itemdecl}
Expand Down

0 comments on commit e7b98fd

Please sign in to comment.