Re: [go-nuts] Re: Parallel Matrix Multiplication

2021-03-27 Thread jasmuth
Don't use that code - instead pick up something modern and well-supported like https://www.gonum.org/ On Sat, Mar 27, 2021 at 3:23 PM Gabriel Pcklub wrote: > thanks for explanation, well, how can I change that code, so it will take > count of Threads (or gorutines) instead size of matrix for one

Re: [go-nuts] Re: Parallel Matrix Multiplication

2021-03-25 Thread jasmuth
Blast from the past so it's hard to be sure, but I think that was how many rows or columns to pick for parallel sub matrices to multiply. On Thu, Mar 25, 2021, 1:17 PM Gabriel Pcklub wrote: > Hello, what is Threshold constant in code for? I wanted to try your code, > but with Threshold 1 it take