v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
392 stars 110 forks source link

add the out keyword argument to universal functions #621

Closed v923z closed 1 year ago

v923z commented 1 year ago

This PR adds the out keyword argument to functions implemented in vector.c. These are the universal numpy functions.