summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/Demos/run_numeric_demo.py
blob: 803442d52da1ba4eb4168612be64cf29ea4ad6dd (plain)
1
2
3
4
5
import Numeric
import numeric_demo

a = Numeric.array([[1.0, 3.5, 8.4], [2.3, 6.6, 4.1]], "f")
numeric_demo.print_2d_array(a)