3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-13 06:28:21 +01:00
dft_tools/test/pytriqs/arrays/expr.py

8 lines
82 B
Python
Raw Normal View History

import numpy as np
from expr import f
a = np.array( [[1,2], [3,4]])
print f(a)