[julia-users] How to correctly do pivoted QR in Julia 0.4+?

2015-10-13 Thread Victor Minden
I posted this originally as an issue on the GitHub page but was redirected here, which seems like a great resource. Also, seems like this is more just my misunderstanding than an issue with the code, so this should be more appropriate. With Julia 0.4+, it seems that using F = qr(A,pivot=true)

Re: [julia-users] How to correctly do pivoted QR in Julia 0.4+?

2015-10-14 Thread Victor Minden
That worked perfectly -- I was not familiar with the syntax of ';' versus ',' in the documentation. Thanks, Yichao! On Tuesday, October 13, 2015 at 8:06:58 PM UTC-7, Yichao Yu wrote: > > On Tue, Oct 13, 2015 at 5:48 PM, Victor Minden > wrote: > > I posted