Am 22.11.2016 um 23:10 schrieb Allin Cottrell:
This is no doubt something for aim for, though it will take some
thought
and careful redesign. However, even now we should support at least one
level of nesting, which is why I'm ready to acknowledge the failure
above as a bug.
Thanks, and here's something that might be related:
<hansl>
matrix m1 = ones(3,1)
m1[,1] = m1[,1] + 3
matrices mm = defarray(ones(3,1))
mm[1][,1] = mm[1][,1] + 5 # fails
</hansl>
However, I'm probably one snapshot behind, so this might have been fixed
by your latest changes. Or it might count as second-level-nesting.
cheers,
sven