NLESC-JCER / Fortran_Davidson

Davidson eigensolver implemented in Fortran
Apache License 2.0
16 stars 4 forks source link

ritz vector recomputation #34

Closed felipeZ closed 4 years ago

felipeZ commented 4 years ago

The ritz_vectors are recomputed for the correction of the dense version. The correction function should receive the ritz_vector as input. Also, the residues matrix is recomputed:

TODO: