Hi,
I am posting here to seek for help on type conversion between Python
(Numeric Python) and C.
Attachment A is a math function written in C, which is called by a Python
program. I had studied SWIG and Python/C API a bit. I was able to pass
numeric array (Numeric Python) into the C function
Numeric => numarray => numpy is in a state of transition.
It might be better if you installed the latest version of numpy.
Colin W.
--
http://mail.python.org/mailman/listinfo/python-list
Dear all, I am new to python however not new to programming world,
I have got the Numeric package I think because the output seems OK
>>> from Numeric import *
>>>
seems OK but when I try to view a picture file which is supplied in the
install and test documentation of numpy it fails
>>>view(gr
Background:
Numeric is an add-on Python module that has seen widespread adoption.
It enables Python to be used as a Scientific Computing Environment
similar to MATLAB or IDL. Numeric was originally written nearly 10
years ago, and while still performing admirably needed much updating to
ta