Skip to content
Prev 142373 / 398498 Next

How to insert a vector or matrix into an existing matrix

Gabor Csardi <csardi at rmki.kfki.hu> wrote in
news:20080421071002.GA16849 at localdomain:
Am I correct in assuming that after the creation of m by way of a 
temporary matrix that the temporary matrix would then be available for 
garbage collection, whereas if both m and m2 were created, there would 
be more memory occupied by the two objects?