huttered40 / capital

Distributed-memory implementations of novel Cholesky and QR matrix factorizations
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Re-implement recursive 2.5D LU with no pivoting #11

Closed huttered40 closed 4 years ago

huttered40 commented 5 years ago

Necessary feature request for reconstructing Householder reflectors necessary in two-sided orthogonal transformations. Reuse existing infrastructure from recursive 2.5D cholesky.

huttered40 commented 4 years ago

Abandon.