- qspec.asarray ( * args , ** kwargs )[source]
Cast the arguments
argsto a tuple ofndarrayof the specifieddtype.- Parameters:
-
- argsAny
The arguments to cast.
- kwargsAny
Additional keywords are passed to
numpy.asarray.
- Returns:
-
- a_tupletuple[ndarray, ...]
A tuple of
ndarray.