Am 11.01.19 um 09:49 schrieb Sven Schreiber:
Am 11.01.2019 um 08:51 schrieb Artur T.:
> M[j] = M[j] # update j-th matrix in ret # results in
Artur, I don't think that this is what you mean, because this is not
updating, but just redundant. Perhaps you have in mind an outer
containing array?
Hi Sven, just 5 minutes ago I've came to the same conclusion :-D This is
fully redundant.
But nevertheless, it shouldn't lead to an out-of-memory error message I
guess.
Thanks,
Artur