Numerical operations#
Find local maxima in an array |
|
Find local minima in an array |
|
Use a flexible heuristic to pick peaks in a signal. |
|
Robustly compute a soft-mask operation. |
|
Count the number of unique values along a given axis. |
|
Determine if the input consists of all unique values along a given axis. |
|
Non-negative least squares. |
|
Estimate the gradient of a function over a uniformly sampled, periodic domain. |
|
Find the real numpy dtype corresponding to a complex dtype. |
|
Find the complex numpy dtype corresponding to a real dtype. |
|
Convert an integer buffer to floating point values. |
|
Compute the tiny-value corresponding to an input's data type. |
|
Compute the squared magnitude of a real or complex array. |
|
Construct a complex phasor representation from angles. |
|
Aggregate a multi-dimensional array between specified boundaries. |
|
Broadcast two arrays using interpolation |
|
Sort an array along its rows or columns. |
|
Normalize an array along a chosen axis. |
|
Return a row-sparse array approximating the input |