Python/C API, Numeric Python, Type Conversion

2007-08-06 Thread ronysk
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

Re: Numeric Python

2006-05-03 Thread cjw
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

Numeric Python

2006-05-03 Thread utab
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

ANN: SciPy Core (Numeric Python Replacement) Version 0.4.X (beta) released

2005-09-30 Thread Travis Oliphant
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