photo

Wei HU


Last seen: quasi 2 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
27.224
of 300.364

REPUTAZIONE
1

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 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 6 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 7 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 7 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 7 anni fa | 1 risposta | 0

1

risposta