Skip to content

Commit

Permalink
Remove some excess space
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 16, 2020
1 parent 3c4dd00 commit 223d09f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chapters/arrays.tex
Expand Up @@ -355,8 +355,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a
Returns the least element of the scalars \lstinline!x! and \lstinline!y!; as defined by \lstinline!<!.\\ \hline
\begin{tabular}{@{}p{4cm}@{}}
\lstinline[mathescape=true]!min(e(i, $\ldots$, j)!\\
\lstinline[mathescape=true]! for i in u,!\\
\lstinline[mathescape=true]! $\ldots$, j in v)!
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\end{tabular}
&
\begin{tabular}{@{}p{10cm}@{}}
Expand All @@ -373,8 +373,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a
\lstinline!>!.\\ \hline
\begin{tabular}{@{}p{4cm}@{}}
\lstinline[mathescape=true]!max(e(i, $\ldots$, j)!\\
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\end{tabular}
&
\begin{tabular}{@{}p{10cm}@{}}
Expand All @@ -389,8 +389,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a
\end{tabular}\\ \hline
\begin{tabular}{@{}p{5cm}@{}}
\lstinline[mathescape=true]!sum(e(i, $\ldots$, j)!\\
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\end{tabular}
&
\begin{tabular}{@{}p{10cm}@{}}
Expand All @@ -412,8 +412,8 @@ \subsection{Reduction Functions and Operators}\doublelabel{reduction-functions-a
\end{tabular}\\ \hline
\begin{tabular}{@{}p{4cm}@{}}
\lstinline[mathescape=true]!product(e(i, $\ldots$, j)!\\
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\lstinline[mathescape=true]! for i in u, $\ldots$,!\\
\lstinline[mathescape=true]! j in v)!
\end{tabular}
&
\begin{tabular}{@{}p{10cm}@{}}
Expand Down

0 comments on commit 223d09f

Please sign in to comment.