pchanial / pyoperators

Operators and solvers for high-performance computing.
http://pchanial.github.com/pyoperators
Other
14 stars 9 forks source link

Implement matmul @ operator #31

Open pchanial opened 1 year ago

pchanial commented 1 year ago

So that A B can be written as A @ B, and avoid the double meaning of '' for linear and non-linear operators.