SND@LHC Software
|
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. | |
MINRES algorithm.
Definition in file minresModule.f90.