Re: [OctDev] Inverse of vech

2011-10-16 Thread Juan Pablo Carbajal
On Sun, Oct 16, 2011 at 4:48 PM, Michael Creel wrote: > > > On Sun, Oct 16, 2011 at 11:13 AM, Juan Pablo Carbajal > wrote: >> >> Hi, >> I have posted a function that implements the two possible inverses of >> vech. Does it already exist? I know there is a function that produces >> a matrix that w

Re: [OctDev] Inverse of vech

2011-10-16 Thread Michael Creel
On Sun, Oct 16, 2011 at 11:13 AM, Juan Pablo Carbajal wrote: > Hi, > I have posted a function that implements the two possible inverses of > vech. Does it already exist? I know there is a function that produces > a matrix that when multiplied by the output of vech returns a > symmetric matrix (can

[OctDev] Inverse of vech

2011-10-16 Thread Juan Pablo Carbajal
Hi, I have posted a function that implements the two possible inverses of vech. Does it already exist? I know there is a function that produces a matrix that when multiplied by the output of vech returns a symmetric matrix (can't remember the name). I think this version is less memory/time consumin