Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(psb_dspmat_type), | intent(in) | :: | a | |||
type(psb_dprec_type), | intent(inout) | :: | prec | |||
real(kind=psb_dpk_), | intent(in) | :: | b(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | x(:) | |||
type(psb_desc_type), | intent(in) | :: | desc | |||
character(len=*), | intent(in) | :: | cmethod | |||
real(kind=psb_dpk_), | intent(in) | :: | eps | |||
integer, | intent(in) | :: | itmax | |||
integer, | intent(out) | :: | iter | |||
real(kind=psb_dpk_), | intent(out) | :: | err |