photo

Wei HU


Last seen: 8 mesi fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 5 anni fa | 2 risposte | 1

2

risposte

Domanda


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 ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 6 anni fa | 1 risposta | 0

1

risposta