I am doing some performance analysis, and i wonder, whether numpy
vectorizes its standard array operations, when the datatype is known (double).
a, b = (some numpy arrays)
c = a + b #Is this vectorized?
Edit:
Is this operation vectorized, i.e. will the computation consist of SIMD operations?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…