On Monday, August 29, 2016 at 9:39:19 AM UTC-4, Júlio Hoffimann wrote: > > I'd like to understand the existence of eye() in Julia, it is still not > clear to me. Is it because one wants type stability when updating a matrix > iteratively? Is this possibly a limitation from the design of the language? > > -Júlio >
I've used it for things like m = m + lambda*eye(m)
