Re: [petsc-dev] MatTransposeMatMult
21 Sep
2017
21 Sep
'17
9:06 p.m.
Hong <[email protected]> writes:
It was implemented a decade ago for small to medium matrices. Your matrix structure reveals the worst part of outer product.
After discussing it with Barry, we decided to replace the algorithm (not API) using At=A^T and C=At*B for sequential implementation. In parallel, I'll do local MatTranspose (used for PtAP). I'll give you this new implementation in few days.
Perfect, thanks!
3243
Age (days ago)
3243
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown