photo

Philipp Metsch


Last seen: 12 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

已回答
Speed of matrix storage
In my case the code looks like this: A_11=4; A_12=6; A_21=7; A_22=17; tic; for i=1:1e6; A1=[A_11 ...

7 years 前 | 0

提问


Speed of matrix storage
If I have a matrix A=[A11 A12; A21 A22] why is it faster in Matlab to store it like A=A11*[1 0; 0 0] + A12*[0 1; 0 0]...

7 years 前 | 3 个回答 | 0

3

个回答