This website requires JavaScript.
Explore
Help
Register
Sign In
portelli
/
Grid
Watch
1
Star
0
Fork
0
You've already forked Grid
mirror of
https://github.com/paboyle/Grid.git
synced
2026-04-19 02:01:02 +01:00
Code
Releases
Activity
Files
b07a354a3394bc30b3c237580d58418a9494717d
Grid
/
lib
/
algorithms
/
iterative
T
History
Peter Boyle
771a1b8e79
Merge pull request
#128
from paboyle/feature/CG-reliable-update
...
Feature/cg reliable update
2017-09-21 10:12:03 +01:00
..
AdefGeneric.h
Global edit adding copyright and license info to every source file.
2016-01-02 14:51:32 +00:00
BlockConjugateGradient.h
Stability improvement to BCG. Force m_rr hermitian beyond rounding.
2017-09-04 14:09:47 +01:00
ConjugateGradient.h
Warning elimination; drop to -O2 on G++ bad versions
2017-05-06 14:44:49 +01:00
ConjugateGradientMixedPrec.h
Added iteration reporting to CG and mixed CG
2017-02-02 17:04:42 -05:00
ConjugateGradientMultiShift.h
Added configure flag for LAPACK. Tested ImplicitlyRestartedLanczos::calc()
2016-02-20 02:50:32 -05:00
ConjugateGradientReliableUpdate.h
Added switching to fallback linear operator in reliable update CG, and added recalculation of b parameter on update.
2017-07-31 13:39:44 -04:00
ConjugateResidual.h
Global edit adding copyright and license info to every source file.
2016-01-02 14:51:32 +00:00
ImplicitlyRestartedLanczos.h
Clean up finished. Could shrink Lanczos to around 400 lines at a push
2017-06-21 02:50:09 +01:00
NormalEquations.h
Global edit adding copyright and license info to every source file.
2016-01-02 14:51:32 +00:00
PrecConjugateResidual.h
Global edit adding copyright and license info to every source file.
2016-01-02 14:51:32 +00:00
PrecGeneralisedConjugateResidual.h
HDCR updates
2016-03-16 02:29:58 -07:00
SchurRedBlack.h
SchurRedBlackDiagMooeeSolve: fix: guess was not initialised from input
2016-05-01 16:07:55 -07:00