INPUT INPUT/OUTPUT INPUT OUTPUT
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | A(:,:) | |||
| real(kind=real64), | intent(in) | :: | B(:,:) | |||
| real(kind=real64), | intent(inout), | allocatable | :: | x(:,:) | ||
| real(kind=real64), | intent(inout), | allocatable | :: | lambda(:) | ||
| logical, | intent(in), | optional | :: | debug |
INPUT INPUT/OUTPUT INPUT OUTPUT
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CRS_), | intent(in) | :: | A | |||
| type(CRS_), | intent(in) | :: | B | |||
| real(kind=real64), | intent(inout), | allocatable | :: | x(:,:) | ||
| real(kind=real64), | intent(inout), | allocatable | :: | lambda(:) | ||
| logical, | intent(in), | optional | :: | debug |