Feeds
提问
Vectorized array operation which depends on previous array value
Hi, There is any way of making this operation vectorized? a = ones(1000,1); b = rand(1000,1); c = rand(1000,1); ...
8 years 前 | 2 个回答 | 0
2
个回答提问
Element wise multiplication multi dimensional
Hello, I'm currently making a numerical algorithms which require multi dimensional matrix (5D). To speed up the algorithm ...
9 years 前 | 1 个回答 | 0

