Return the sum of an array.
Utility function for fast numba calculation of the sum of a 1-D numpy array.
numba
The input array.
The sum of values.
array_sum()