Skip to content

Commit

Permalink
Sentence-based line break
Browse files Browse the repository at this point in the history
As noted by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed Oct 31, 2022
1 parent c9e9890 commit 1baba13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/arrays.tex
Expand Up @@ -808,7 +808,8 @@ \subsection{Concatenation}\label{array-concatenation}\label{concatenation}
\item
Arrays \lstinline!A!, \lstinline!B!, \lstinline!C!, \ldots must have the same number of dimensions, i.e., \lstinline!ndims(A)! = \lstinline!ndims(B)! = \ldots
\item
Arrays \lstinline!A!, \lstinline!B!, \lstinline!C!, \ldots must be type compatible expressions (\cref{type-compatible-expressions}) giving the type of the elements of the result. The maximally expanded types should be equivalent.
Arrays \lstinline!A!, \lstinline!B!, \lstinline!C!, \ldots must be type compatible expressions (\cref{type-compatible-expressions}) giving the type of the elements of the result.
The maximally expanded types should be equivalent.
\lstinline!Real! and \lstinline!Integer! subtypes can be mixed resulting in a \lstinline!Real! result array where the \lstinline!Integer! numbers have been transformed to \lstinline!Real! numbers.
\item
$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.
Expand Down

0 comments on commit 1baba13

Please sign in to comment.