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 |
Utility¶
Return the directory that contains the NumPy *.h header files. |
|
|
Show libraries and system information on which NumPy was built and is being used |
Print information about various resources in the system including available intrinsic support and BLAS/LAPACK library in use |
|
|
Broadcast the input shapes into a single shape. |
NumPy-specific help function¶
|
Get help information for an array, function, class, or module. |