diff options
Diffstat (limited to 'scipy/doc/CAPI.txt')
-rw-r--r-- | scipy/doc/CAPI.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scipy/doc/CAPI.txt b/scipy/doc/CAPI.txt index cdda9394e..c4afae2f3 100644 --- a/scipy/doc/CAPI.txt +++ b/scipy/doc/CAPI.txt @@ -211,6 +211,11 @@ PyArray_Typecode structure } +PyArray_ContiguousFromAny(op, typenum, min_depth, max_depth) is equivalent +to PyArray_ContiguousFromObject(...) (which is still available), except +it will return the subclass if op is already a subclass of the ndarray. +The ContiguousFromObject version will always return an ndarray (or a bigndarray). + Passing Data Type information to C-code ============================================ |