Community Profile

photo

Wenyu Zhang


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 5 respuestas | 1

5

respuestas

Pregunta


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

más de 2 años hace | 4 respuestas | 0

4

respuestas