Vector Example

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)
does
  c[i] = u[i]*b[i]
for $i = 1\ldots{}n$.



James Osborn 2006-06-25