inaos / iron-array

2 stars 0 forks source link

Add support for in-place operators #617

Open martaiborra opened 2 years ago

martaiborra commented 2 years ago

Following the Array API standard, we should support in-place operators like a+=b, a*=b...