Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 27ea6be4db5c4ab161dbab335782ff77 > files > 184

python-pyrex-0.9.9-6.mga4.noarch.rpm

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)