OUARDA MEHDI wrote: > hi, > i'm using a lot numpy functions like dot, hstack, vstack, eye... to > cumpute matrix in my python programs.i was thinking that numpy uses > python iterator and objects so in order to go faster,i wonder if it is > worthy to rewrite( in cython )functions like that.
It is probably better to ask this on the NumPy list. Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
