Skip to content

Commit

Permalink
Fixed discussion about linked dimensions and added an example
Browse files Browse the repository at this point in the history
This closes #172.
  • Loading branch information
mtiller committed Aug 15, 2014
1 parent 39f0a80 commit 0928815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion text/source/behavior/arrays/declarations.rst
Expand Up @@ -54,7 +54,9 @@ Consider the following:
In this case, ``y`` will have one dimension of size 5. The use of the
function ``size(x,1)`` will return the size of dimension 1 of the
array ``x``. There are many applications where it is useful to
express that the dimensions of different are related in this way.
express that the dimensions of different arrays are related in this
way (*e.g.*, ensuring that arrays are sized such that operations like
matrix multiplication are possible).

.. _unspecd-dim:

Expand Down

0 comments on commit 0928815

Please sign in to comment.