Ben Ward
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Find maximum intermediate product in matrix multiplication
Hello, I am in need of an efficient solution for the following problem... For the matrix product *C* = *A* × *B*, where *A...
7 years 前 | 2 个回答 | 0
2
个回答提问
parfor and ticBytes/tocBytes
I am trying to use parfor on a 40-core machine. At the moment I see no improvement beyond using 16 cores in the loop, and I am w...
7 years 前 | 1 个回答 | 0
1
个回答提问
Entry-wise multiplication of a sparse matrix on GPU
Using a GPU, I need to multiply sparse matrices using the entrywise ' |times|' (i.e. |.*|) operation. As far as I can tell, this...
7 years 前 | 1 个回答 | 1