Skip to content

Commit a6fea6c

Browse files
authored
[linalg.algs.blas1.matonenorm] Use \tcode for A (cplusplus#8948)
1 parent ab37f9e commit a6fea6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14128,7 +14128,7 @@
1412814128
\item
1412914129
\tcode{init} if \tcode{A.extent(1)} is zero;
1413014130
\item
14131-
otherwise, the sum of \tcode{init} and the one norm of the matrix $A$.
14131+
otherwise, the sum of \tcode{init} and the one norm of the matrix \tcode{A}.
1413214132
\end{itemize}
1413314133
\begin{note}
1413414134
The one norm of the matrix \tcode{A}

0 commit comments

Comments
 (0)