Vectorized math

You’re not saying that this:

c = 1/2 * a .+ b

will be as fast as this:

c = 1/2 .* a .+ b

are you?