I\'d like to multiply an int16 array but a float array, with auto rounding, but this fails :
int16
float
import numpy A = numpy.array([1, 2, 3
import numpy as np A = np.float_(A) A *= B
try this. I think are different array type you get fail.
Cast