Community Profile

photo

Wei HU


Last seen: 4 mois il y a Actif depuis 2018

Statistiques

  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


How to vectorize the following operations?
For example, suppose we are going to calculate serveral quadratic forms: A is a 3-d array with shape (d,d,n). x y are 2d vector...

environ 5 ans il y a | 2 réponses | 1

2

réponses

Question


Low performance on Matrix operations when using parallel computing tools
Normal operations in Matlab are well optimized. For example, if I ran, A = rand(500,500); b = rand(500,1); tic ...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to speed up Matrix Vector Multipliacation
I found that for large matrix with matrix multiplication, Matlab will automatically parallel calculate it. ( CPU usage 100%) How...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Wrong result when calling CBLAS dgemv function in a mex file
Code is as follows, extern "C" { #include "cblas.h" #include "mex.h" } #include<iostream> using namesp...

environ 6 ans il y a | 1 réponse | 0

1

réponse