circuitpython-ulab/tests/00smoke.py
2020-02-18 21:25:03 -06:00

2 lines
45 B
Python

from ulab import linalg
print(linalg.eye(3))