eth-cscs / DLA-Future

DLA-Future
https://eth-cscs.github.io/DLA-Future/master/
BSD 3-Clause "New" or "Revised" License
64 stars 14 forks source link

Implement orthogonality check in eigensolver miniapps. #1040

Open rasolca opened 11 months ago

rasolca commented 11 months ago

Currently only A x = D x is checked in the miniapp.

Note: it needs gemm (NT or TN), so it conflicts with #969 and #1022.