bundles / scipy 1.17.1 / scipy / signal / _signaltools / _numeric_arrays
function
scipy.signal._signaltools:_numeric_arrays
Signature
def _numeric_arrays ( arrays , kinds = buifc , xp = None ) Summary
See if a list of arrays are all numeric.
Parameters
arrays: array or list of arraysarrays to check if numeric.
kinds: string-likeThe dtypes of the arrays to be checked. If the dtype.kind of the ndarrays are not in this string the function returns False and otherwise returns True.
Aliases
-
scipy.signal._signaltools._numeric_arrays