2 lines
45 B
Python
2 lines
45 B
Python
from ulab import linalg
|
|
print(linalg.eye(3))
|
from ulab import linalg
|
|
print(linalg.eye(3))
|