Hello everybody, I hope someone knows this: What is the use of writing
J[:,:] = K*M where all of these quantities are matrices? I thought I'd seen somewhere that it was assigning to the matrix "in-place" instead of creating a temporary. Is that so? I couldn't find it in the documentation for 0.3. Thanks, Petr
