Skip to content

Commit

Permalink
Add missing math styling on array concatenation helper variables
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 16, 2020
1 parent 6f85e67 commit a1c6a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@ \subsection{Array Concatenation}\doublelabel{array-concatenation}
$k$ has to characterize an existing dimension, i.e., $1 \leq k \leq \text{\lstinline!ndims(A)!} = \text{\lstinline!ndims(B)!} = \text{\lstinline!ndims(C)!}$; $k$ shall be a parameter expression of \lstinline!Integer! type.
\item
Size matching: Arrays \lstinline!A!, \lstinline!B!, \lstinline!C!, \ldots must have identical array sizes
with the exception of the size of dimension $k$, i.e., \lstinline!size(A,j)! =
\lstinline!size(B,j)!, for $1 \leq j \leq \text{\lstinline!ndims(A)!}$ and $j \neq k$.
with the exception of the size of dimension $k$, i.e., \lstinline[mathescape=true]!size(A, $j$)! =
\lstinline[mathescape=true]!size(B, $j$)!, for $1 \leq j \leq \text{\lstinline!ndims(A)!}$ and $j \neq k$.
\end{itemize}

\begin{example}
Expand Down

0 comments on commit a1c6a50

Please sign in to comment.