{ } Raw JSON

bundles / scipy latest / scipy / signal / _signaltools / _numeric_arrays

function

scipy.signal._signaltools:_numeric_arrays

source: /scipy/signal/_signaltools.py :1054

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 arrays

arrays to check if numeric.

kinds : string-like

The 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