
Wenyu Zhang
Statistics
MATLAB Answers
2 질문
0 답변
순위
32,368
of 258,034
평판
1
참여
2 질문
0 답변
답변 채택
100.0%
획득한 표
1
순위
of 110,229
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
How to calculate sum(A .* (B * C), 'all') [Ed. actually sum(A .* log(B * C), 'all')] efficiently when A is sparse and B*C is full and large?
I have three matrices, A of size [J,I], B of size [J,K], C of size [K,I]. A is a sparse matrix with more than 90% zeros, while B...
7달 전 | 답변 수: 5 | 1
5
답변질문
How can I perform large sparse matrix multiplication efficiently when one sparse matrix is block diagonal?
Background: I have a 3d matrix V of size [J,I,K], where J and I are large, say J=1e5 and I=1e4. I would like to get two matric...
7달 전 | 답변 수: 4 | 0