Thomas Schreiner wrote:
> Hi,
> 
> is there any more documentation about the numpy C API than the one at
> http://projects.scipy.org/scipy/numpy/wiki/NumPyCAPI

If you have not already done so, I recommend following the suggestion at 
the bottom of that page, and buying Travis's book 
(http://www.trelgol.com/).  It has a large section on the C API.

Eric


> ?
> 
> This one deals mostly with creating NumPy arrays in C, but I'm more 
> interested in manually filling the arrays with actual data, because 
> wrapping of memory is not possible in my scenario.
> 
> Thanks,
> 
> Thomas
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to