Millepede-II V04-17-03
|
MINRES algorithm. More...
Go to the source code of this file.
Modules | |
module | minresmodule |
MINRES solves symmetric systems Ax = b or min ||Ax - b||_2, where the matrix A may be indefinite and/or singular. | |
Functions/Subroutines | |
subroutine, public | minresmodule::minres (n, Aprod, Msolve, b, shift, checkA, precon, x, itnlim, nout, rtol, istop, itn, Anorm, Acond, rnorm, Arnorm, ynorm) |
Solution of linear equation system. More... | |
MINRES algorithm.
Definition in file minresModule.f90.