ArrayLike¶
- probnum.typing.ArrayLike¶
Object that can be converted to an array.
Arguments of type
ArrayLikeshould always be converted intonumpy.ndarrays using the functionnp.asarray()before further internal processing.alias of
Union[_SupportsArray[dtype],_NestedSequence[_SupportsArray[dtype]],bool,int,float,complex,str,bytes,_NestedSequence[Union[bool,int,float,complex,str,bytes]]]