This is documentation for an old release of NumPy (version 1.12.0). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
Miscellaneous routines
Buffer objects
getbuffer(obj [,offset[, size]]) |
Create a buffer object from the given object referencing a slice of length size starting at offset. |
newbuffer(size) |
Return a new uninitialized buffer object. |
Memory ranges
shares_memory(a, b[, max_work]) |
Determine if two arrays share memory |
may_share_memory(a, b[, max_work]) |
Determine if two arrays might share memory |