fferflo / einx

Universal Tensor Operations in Einstein-Inspired Notation for Python.
https://einx.readthedocs.io/en/stable/
MIT License
311 stars 8 forks source link

Better typing for specializations #2

Closed nimashoghi closed 7 months ago

nimashoghi commented 7 months ago

This allows static analysis tools to easily recognize the existence of specialization functions.

nimashoghi commented 7 months ago

Fixed by cfe2c92