Vector v1(5); v1 = 12.; Vector v2(5); v2 = 14; Matrix m = v2*v1.Transpose(); cout << m; KeepObj(m);