j
k
j a
j l
I was surprised to not find a "PyArray_Contiguous" function, or something like it.
The following macro is define in arrayobject.h: #define PyArray_ISCONTIGUOUS(m) ((m)->flags & CONTIGUOUS) #
Back to the thread
Back to the list