Closed gtamba closed 8 years ago
@gau27 Can you please rebase against master? I think we've sorted out Travis-CI problems.
The Travis build is failing because of a faulty spec I added this morning, I don't have Lapack available on my work laptop right now to check it out, will investigate when I reach home.
Fixes #513
Commits :-
1) Slight modification of
#unmqr
and#ormqr
to prevent one of the input multiplicands from being overwritten2) Adding of
#least_squares
Usage :-
Currently only works for matrices that are not rank-deficient which can be tackled when QR factorization with column pivoting gets wrapped from Lapack. Would add a few more tests very soon.