fixed an error in the implementation of parallel algorithm 2

This commit is contained in:
ezrannetttty
2023-10-01 03:43:04 +08:00
committed by GitHub
parent 26afa1d3c7
commit e1c4a9e1a0

View File

@@ -712,7 +712,7 @@
" iw += 1\n",
" w = workers()[iw]\n",
" ftr = @spawnat w begin\n",
" Ci = fill(z,l)\n",
" Ci = fill(z,n)\n",
" for j in 1:n\n",
" for k in 1:l\n",
" @inbounds Ci[j] += Ai[k]*B[k,j]\n",