="http://activemq.apache.org/schema/core" brokerName="localhost" useJmx="true">
10
11
12
13
14
15
24%
15.08.2012
, elements of the distributed array, j
(created above) can be changed (not just the local references; in this case, rows 1-2 and columns 1-8):
julia> j[2,2]=0;
julia> j[8,8]=0;
julia> print(j);
8x8 Float