Multiplication of sparse matrix by diagonal matrices

后端 未结 0 1063
情书的邮戳
情书的邮戳 2020-12-08 03:04

I would like to implement the following operation: B = diag(u) @ K @ diag(v) - multiplication of some matrix K, from the left and right by a diagonal matrices.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题