[Numpy-discussion] numarray: PyArrayObject supports number protocols?

Edward C. Jones edcjones at comcast.net
Sun Jul 31 20:57:33 EDT 2005


I just saw in the docs, Section 14.2.4:

It should be noted that unlike earlier versions of numarray, the present 
PyArrayObject structure is a first class python object, with full 
support for the number protocols in C.

Does this mean that I can add two numarrays in C using "PyNumber_Add"?




More information about the NumPy-Discussion mailing list