Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 1a52c27bfef57af124a82326839f87e6 > files > 127

python-pyrex-0.9.8.5-3mdv2010.0.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)