Millepede-II V04-16-01
Modules | Functions/Subroutines
minresModule.f90 File Reference

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...
 

Detailed Description

MINRES algorithm.

Definition in file minresModule.f90.