Returns the outer product of two vectors
outerProduct(v1,v2)
Returns the outer product of vectors v1 and v2 (= matrix(v)*transpose( matrix(v) ) ).