To denote operation on vectors we attach the prefix ``v'' to the assignment operator and add an argument for the number of elements. So
QLA_V_veq_M_times_V(c,u,b,n)
c[i] = u[i]*b[i]