Re: [sage-devel] Re: Memory leak with matrices and finite fields

2021-05-14 Thread 'Freddie Manners' via sage-devel
Awesome, many thanks for running this down. `sage --standard | grep gmp` >> gmp.6.1.2 (not_installed) `equery --quiet list gmp` >> dev-libs/gmp-6.2.1-r1 `sage --standard | grep flint` >> flint...2.5.2.p5 (2.5.2.p5) So yes, that

Re: [sage-devel] Re: Memory leak with matrices and finite fields

2021-05-07 Thread 'Freddie Manners' via sage-devel
Dear all, Sorry for the delay getting back to you -- this was waiting in the moderation queue for a bit (me being new) and then I dropped the ball. > run the underlying functions > > M = identity_matrix(n) > L = M.list() > MS = sage.matrix.matrix_space.MatrixSpace(GF(101), 1000, 1000, sparse=F