From: Paul F. D. <pau...@ho...> - 2000-09-29 02:12:34
|
> 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) # |