photo

Wei HU


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
26,986
of 300,508

REPUTATION
1

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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

6 years ago | 2 answers | 1

2

answers

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

7 years ago | 0 answers | 0

0

answers

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

7 years ago | 1 answer | 0

1

answer

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

7 years ago | 1 answer | 0

1

answer