Skip to content

Commit

Permalink
fixup: add missing \pnum's
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Nov 20, 2023
1 parent 4f4a041 commit f3d4d06
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11947,6 +11947,7 @@

\rSec3[linalg.helpers.mandates]{Mandates}

\pnum
\begin{note}
These exposition-only helper functions use
the less constraining input concepts even for the output arguments,
Expand Down Expand Up @@ -12005,6 +12006,7 @@

\rSec3[linalg.helpers.precond]{Preconditions}

\pnum
\begin{note}
These exposition-only helper functions use
the less constraining input concepts even for the output arguments,
Expand Down Expand Up @@ -12853,6 +12855,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xROT}\supercite{blas1}.
\end{note}
Expand Down Expand Up @@ -12884,6 +12887,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xSWAP}\supercite{blas1}.
\end{note}
Expand Down Expand Up @@ -12919,6 +12923,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xSCAL}\supercite{blas1}.
\end{note}
Expand All @@ -12940,6 +12945,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xCOPY\supercite{blas1}}.
\end{note}
Expand Down Expand Up @@ -12976,6 +12982,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xAXPY}\supercite{blas1}.
\end{note}
Expand Down Expand Up @@ -13003,6 +13010,7 @@

\rSec3[linalg.algs.blas1.dot]{Dot product of two vectors}

\pnum
\begin{note}
The functions in this section correspond to the BLAS
functions \tcode{xDOT}, \tcode{xDOTU}, and \tcode{xDOTC}\supercite{blas1}.
Expand Down Expand Up @@ -13157,6 +13165,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the LAPACK function \tcode{xLASSQ}\supercite{lapack}.
\end{note}
Expand Down Expand Up @@ -13203,6 +13212,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xNRM2}\supercite{blas1}.
\end{note}
Expand Down Expand Up @@ -13274,6 +13284,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{SASUM}, \tcode{DASUM}, \tcode{SCASUM}, and \tcode{DZASUM}\supercite{blas1}.
Expand Down Expand Up @@ -13354,6 +13365,7 @@
\end{itemdecl}

\begin{itemdescr}
\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{IxAMAX}\supercite{blas1}.
\end{note}
Expand Down Expand Up @@ -13391,6 +13403,7 @@

\rSec3[linalg.algs.blas1.matfrobnorm]{Frobenius norm of a matrix}

\pnum
\begin{note}
These functions exist in the BLAS standard\supercite{blas-std}
but are not part of the reference implementation.
Expand Down Expand Up @@ -13461,6 +13474,7 @@

\rSec3[linalg.algs.blas1.matonenorm]{One norm of a matrix}

\pnum
\begin{note}
These functions exist in the BLAS standard\supercite{blas-std}
but are not part of the reference implementation.
Expand Down Expand Up @@ -13532,6 +13546,7 @@

\rSec3[linalg.algs.blas1.matinfnorm]{Infinity norm of a matrix}

\pnum
\begin{note}
These functions exist in the BLAS standard\supercite{blas-std}
but are not part of the reference implementation.
Expand Down Expand Up @@ -13608,6 +13623,7 @@

\rSec3[linalg.algs.blas2.gemv]{General matrix-vector product}

\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xGEMV}.
\end{note}
Expand Down Expand Up @@ -13708,6 +13724,7 @@

\rSec3[linalg.algs.blas2.symv]{Symmetric matrix-vector product}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xSYMV} and \tcode{xSPMV}\supercite{blas2}.
Expand Down Expand Up @@ -13796,6 +13813,7 @@

\rSec3[linalg.algs.blas2.hemv]{Hermitian matrix-vector product}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xHEMV} and \tcode{xHPMV}\supercite{blas2}.
Expand Down Expand Up @@ -13883,6 +13901,7 @@

\rSec3[linalg.algs.blas2.trmv]{Triangular matrix-vector product}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xTRMV} and \tcode{xTPMV}\supercite{blas2}.
Expand Down Expand Up @@ -14017,6 +14036,7 @@

\rSec3[linalg.algs.blas2.trsv]{Solve a triangular linear system}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xTRSV} and \tcode{xTPSV}\supercite{blas2}.
Expand Down Expand Up @@ -14387,6 +14407,7 @@

\rSec3[linalg.algs.blas2.rank2]{Symmetric and Hermitian rank-2 matrix updates}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xSYR2},\tcode{xSPR2}, \tcode{xHER2} and \tcode{xHPR2}\supercite{blas2}.
Expand Down Expand Up @@ -14473,6 +14494,7 @@

\rSec3[linalg.algs.blas3.gemm]{General matrix-matrix product}

\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xGEMM}\supercite{blas3}.
\end{note}
Expand Down Expand Up @@ -14536,6 +14558,7 @@

\rSec3[linalg.algs.blas3.xxmm]{Symmetric, Hermitian, and triangular matrix-matrix product}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xSYMM}, \tcode{xHEMM}, and \tcode{xTRMM}\supercite{blas3}.
Expand Down Expand Up @@ -14896,6 +14919,7 @@

\rSec3[linalg.algs.blas3.rankk]{Rank-k update of a symmetric or Hermitian matrix}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xSYRK} and \tcode{xHERK}\supercite{blas3}.
Expand Down Expand Up @@ -15005,6 +15029,7 @@

\rSec3[linalg.algs.blas3.rank2k]{Rank-2k update of a symmetric or Hermitian matrix}

\pnum
\begin{note}
These functions correspond to the BLAS functions
\tcode{xSYR2K} and \tcode{xHER2K}\supercite{blas3}.
Expand Down Expand Up @@ -15078,6 +15103,7 @@

\rSec3[linalg.algs.blas3.trsm]{Solve multiple triangular linear systems}

\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xTRSM}\supercite{blas3}.
\end{note}
Expand Down Expand Up @@ -15279,6 +15305,7 @@

\rSec3[linalg.algs.blas3.inplacetrsm]{Solve multiple triangular linear systems in-place}

\pnum
\begin{note}
These functions correspond to the BLAS function \tcode{xTRSM}\supercite{blas3}.
\end{note}
Expand Down Expand Up @@ -15390,7 +15417,6 @@
\end{itemdecl}

\begin{itemdescr}

\pnum
These functions perform multiple in-place matrix solves,
taking into account the \tcode{Triangle} and \tcode{DiagonalStorage} parameters
Expand Down

0 comments on commit f3d4d06

Please sign in to comment.