In article <[EMAIL PROTECTED]>, "Bill Spotz" <[EMAIL PROTECTED]> wrote:
> I have been considering adding some C++ STL support to numpy/doc/swig/ > numpy.i. Probably std::vector<TYPE> <=> PyArrayObject (and some > std::complex<TYPE> support as well). Is this what you had in mind? That sounds very useful, but how did you get it to work? std::vectors are resizable and numpy arrays are not. However, much of the time I want std::vectors of a particular size -- in which case numpy would be a great match. (Speaking of which, do you happen to know of any good std::vector variant that has fixed length?) -- Russell _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
