result_type
Returns the type that results from applying the NumPy type promotion rules to the arguments.
See Also
numpy.result_type
: The NumPy equivalent
Source code in sparse/numba_backend/_coo/common.py
979 980 981 982 983 984 985 986 987 |
|