On Tue, Jul 12, 2011 at 10:52 AM, Dag Sverre Seljebotn <[email protected]> wrote: > On 07/12/2011 04:10 PM, Daniel Wheeler wrote: >> On Tue, Jul 12, 2011 at 3:51 AM, Dag Sverre Seljebotn >> Thanks for the heads up. Looks like an option. Presumably, it would >> still have to use "map" even with more direct access to BLAS (still >> going C<-> python for every matrix)? Also, adding extra non-standard >> dependencies is a problem as this code is part of a production code >> that's passed onto others. >> > > I was thinking you'd use it as a starting point, and actually write > low-level for-loops indexing the buffer data pointers in Cython.
I realized that as soon as I'd hit the send button. Thanks. -- Daniel Wheeler _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
