Miscellaneous routines#
Performance tuning#
|
Set the size of the buffer used in ufuncs. |
Return the size of the buffer used in ufuncs. |
Memory ranges#
|
Determine if two arrays share memory. |
|
Determine if two arrays might share memory |
|
Returns pointers to the end-points of an array. |
Array mixins#
Mixin defining all operator special methods using __array_ufunc__. |
NumPy version comparison#
|
Parse and compare numpy version strings. |
Utility#
Return the directory that contains the NumPy *.h header files. |
|
Show libraries in the system on which NumPy was built. |
|
|
Issues a DeprecationWarning, adds warning to old_name's docstring, rebinds |
|
Deprecates a function and includes the deprecation in its docstring. |
|
Broadcast the input shapes into a single shape. |
Matlab-like Functions#
|
Print the NumPy arrays in the given dictionary. |
|
Display a message on a device. |
Exceptions#
|
Axis supplied was invalid. |