1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/lib/algorithms/iterative
Azusa Yamaguchi a8b9109cc8 multishift conjugate gradient added and a strong test: take a diagonal
but non-identity matrix
l1 0  0  0 ....
0  l2 0  0 ....
0  0  l3 0 ...
.  .   .
.  .   .
.  .   .

And apply the multishift CG to it. Sum the poles and residues.
Insist that this be the same as the exactly taken square root
where l1,l2,l3 >= 0.
2015-06-08 11:52:44 +01:00
..
ConjugateGradient.h Rework the linop support to get different forms of red black schur solver 2015-06-05 10:17:10 +01:00
ConjugateGradientMultiShift.h multishift conjugate gradient added and a strong test: take a diagonal 2015-06-08 11:52:44 +01:00
NormalEquations.h comment improvement 2015-06-05 05:31:27 +01:00
SchurRedBlack.h Rework the linop support to get different forms of red black schur solver 2015-06-05 10:17:10 +01:00
TODO Getting closer to having a wilson solver... introducing a first and untested 2015-05-18 07:47:05 +01:00