I'd like to be able to use the in-place versions of Cholesky, LU, QR and LQ factorisations available in the C++ library. This is a work-in-progress PR to enable this functionality. As of now, the following are tested and pass:
Distributed and serial, pivot-less calls to:
[x] QR
[x] LQ
[x] LU
[x] Cholesky
Also:
[x] Format the code so that it's the same as the rest.
I'd like to be able to use the in-place versions of
Cholesky
,LU
,QR
andLQ
factorisations available in the C++ library. This is a work-in-progress PR to enable this functionality. As of now, the following are tested and pass:QR
LQ
LU
Cholesky
Also: