On Feb 4, 2008, at 9:39 AM, Matthieu Brucher wrote: > This can be avoided, but you'll have to use more powerful tools. I > would advice SWIG (see my blog for some examples with C++ and SWIG).
Note that a lot of work has been done to bridge between numpy and swig. There is a swig interface file for numpy in numpy/doc/swig, along with documentation on how to use it. It is largely geared towards generating wrappers to C/C++ functions that take pointers to arrays. If your data is encapsulated within a C++ class, then it gets more complicated. ** Bill Spotz ** ** Sandia National Laboratories Voice: (505)845-0170 ** ** P.O. Box 5800 Fax: (505)284-0154 ** ** Albuquerque, NM 87185-0370 Email: [EMAIL PROTECTED] ** _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion