Y
Hacker News
new
|
ask
|
show
|
jobs
by
sottol
434 days ago
The author posted a previous article about why they don't like numpy and his problems with einsum:
https://dynomight.net/numpy/
1 comments
adgjlsfhk1
433 days ago
I think you could for linear solves into a "generalized Einstein notation", but the other option you have is to support more complex array types, in which case a batched linearsolve can be reframed as a single linearsolve by a block-diagonal matrix
link