nekStab / LightKrylov

Lightweight implementation of Krylov subspace techniques in Fortran.
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Tranpose flag #21

Closed loiseaujc closed 1 year ago

loiseaujc commented 1 year ago

Added the possibility to use the transpose operator for:

Also cleaned-up some of the reorthogonalization routines to use the axpby subroutine.