On Wednesday, September 7, 2016 at 7:53:41 AM UTC-4, Stuart Brorson wrote: > > Thank you, Michele & Chris for your suggestion to use qrfact. Good > idea. Unfortunately, I neglected to mention that my matrix is a > BigFloat array, and qrfact with pivoting fails like this: > > julia> Z = qrfact(A, true) >
Do qrfact(A, Val{true}) in Julia 0.5
