Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout) | :: | a(:) | |||
integer(kind=int32), | intent(inout) | :: | index_i(:) | |||
integer(kind=int32), | intent(inout) | :: | index_j(:) | |||
real(kind=real64), | intent(inout) | :: | x(:) | |||
real(kind=real64), | intent(inout) | :: | b(:) | |||
integer(kind=int32), | intent(inout) | :: | itrmax | |||
real(kind=real64), | intent(inout) | :: | er | |||
logical, | intent(in), | optional | :: | debug |