quda icon indicating copy to clipboard operation
quda copied to clipboard

Implement an in-place `cax_U`

Open weinbe2 opened this issue 3 years ago • 0 comments

A thin QR decomposition implemented as an V^dag V + Cholesky + Sigma^{-\dag} V requires a large batch of temporary storage unless the Sigma^{-\dag} V, where Sigma^{-\dag} is upper right triangular, is done in place. This has applications in any global orthonormalization workflow, such as in lib/multigrid.cpp.

weinbe2 avatar Jun 02 '22 19:06 weinbe2