issues
search
pchanial
/
pyoperators
Operators and solvers for high-performance computing.
http://pchanial.github.com/pyoperators
Other
14
stars
9
forks
source link
Implement rightward broadcast for DenseOperator and DenseBlockDiagonalOperator
#29
Closed
pchanial
closed
1 year ago
pchanial
commented
2 years ago
To allow operations such as b = A @ x where
A.shape = (M, N)
x.shape = (N, P)
b.shape = (M, P)
To allow operations such as b = A @ x where