setbufsize(size)
setbufsize
Set the size of the buffer used in ufuncs.
getbufsize()
getbufsize
Return the size of the buffer used in ufuncs.
shares_memory(a, b[, max_work])
shares_memory
Determine if two arrays share memory.
may_share_memory(a, b[, max_work])
may_share_memory
Determine if two arrays might share memory
byte_bounds(a)
byte_bounds
Returns pointers to the end-points of an array.
lib.mixins.NDArrayOperatorsMixin
Mixin defining all operator special methods using __array_ufunc__.
lib.NumpyVersion(vstring)
lib.NumpyVersion
Parse and compare numpy version strings.
get_include()
get_include
Return the directory that contains the NumPy *.h header files.
show_config()
show_config
Show libraries in the system on which NumPy was built.
deprecate(*args, **kwargs)
deprecate
Issues a DeprecationWarning, adds warning to old_name’s docstring, rebinds old_name.__name__ and returns the new function object.
old_name.__name__
deprecate_with_doc(msg)
deprecate_with_doc
broadcast_shapes(*args)
broadcast_shapes
Broadcast the input shapes into a single shape.
who([vardict])
who
Print the NumPy arrays in the given dictionary.
disp(mesg[, device, linefeed])
disp
Display a message on a device.