Community Profile

photo

Daichi


The Graduate University for Advanced Studies

Aktiv seit 2017

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


2次元行列演算のSIMD命令による高速化
M=2; N=10000; A=rand(M,M,N); のようなサイズ感のAに対して、MxMの2次元行列の行列式や逆行列をN個全てについて求めるのはどうすれば高速でしょうか。 M=2の時はAの3次元目にコロン演算子を用いて ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to efficiently split a 2-D matrix? (inversion of "vertcat" process).
I have a 2-D matrix A whose size is (N*P x N). This is a vertically concatenated matrix of (N x N) small matrices. Namely, ...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I apply arrayfun with 2D matrix inputs?
I want to accelerate the following code. B=zeros(N,M,M); for n=1:N B(n,:,:)=inv(A(n,:,:)); end where the size o...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort