Shared Matrix modification in parallel

asked 2021-12-08 17:55:22 +0100

Bakerbakura gravatar image

updated 2021-12-08 17:55:33 +0100

Hi!

I would like to implement Gaussian elimination on a large matrix in parallel for speed reasons. So I would like to have multiple threads/processes accessing and updating entries of a single copy of this matrix at the same time. Is this possible in SageMath on Linux?

edit retag flag offensive close merge delete