July 16, 2012
8:50 p.m.
Hi everyone, It would be great if all devs could familiarize themselves with the Cython interface to memoryviews: http://docs.cython.org/src/userguide/memoryviews.html I think we should head in this direction with any new code. If that was too long, here's the gist of it: cdef cnp.ndarray[cnp.double_t, 2] x = ... -> double[:, :] x = ... Stéfan
5022
Age (days ago)
5022
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéfan van der Walt