Community Profile

photo

Wei HU


Last seen: 5 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 5 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta