Bibrak Qamar Mon, 07 Dec 2015 14:29:24 -0800
I am in a situation where I have to multiply two vectors of size nx1 to get a matrix of size nxn.
Is there a better way to achieve this without manually copying vectors into a matrix form? Thanks Bibrak