Support lambda in module scope #603
[cython.git] / Demos / run_numeric_demo.py
1 import Numeric
2 import numeric_demo
3
4 a = Numeric.array([[1.0, 3.5, 8.4], [2.3, 6.6, 4.1]], "f")
5 numeric_demo.print_2d_array(a)