3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-13 22:36:03 +01:00

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)