| Current Path : /opt/alt/python27/share/doc/alt-python27-Cython/Demos/ |
| Current File : //opt/alt/python27/share/doc/alt-python27-Cython/Demos/run_numeric_demo.py |
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)