Skip to content

Commit

Permalink
Change 'repeated subscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 25, 2020
1 parent d04200f commit 551c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ \section{Scalar, Vector, Matrix, and Array Operator Functions}\label{scalar-vect
\subsection{Equality and Assignment}\label{equality-and-assignment}

Equality \lstinline!a = b! and assignment \lstinline!a := b! of scalars, vectors, matrices, and arrays is defined element-wise and require both objects to have the same number of dimensions and corresponding dimension sizes.
See \cref{array-indexing} regarding assignments to array variables with repeated subscripts.
See \cref{array-indexing} regarding assignments to array variables with vector of subscripts.

The operands need to be type equivalent.
This is legal for the simple types and all types satisfying the requirements for a record, and is in the latter case applied to each component-element of the records.
Expand Down

0 comments on commit 551c581

Please sign in to comment.