Ken
unread,Mar 29, 2012, 12:21:45 AM3/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mpmath
OK, I attached a file to the issue tracker (sorry, github looked way
too complicated). The algorithm factors A -> Q, R or A -> L, Q
depending on the dimensions of A. The only restriction is m > 1 and n
> 1. The matrix A can have any content (even all zeros). I've tested
it on over 200k random sized matrices (m > n, m = n, m < n) with
random integers and floats, sprinkled with rows and columns of zeros,
duplicate rows and columns, and all zeros. So far no errors. I hope
the algorithm is a useful contribution.
Ken