Shared Matrix modification in parallel
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?