| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | NN | |||
| integer, | intent(in) | :: | LENAA | |||
| integer, | intent(inout) | :: | IFLAG | |||
| real(kind=R8), | intent(inout) | :: | START(NN+1) | |||
| real(kind=R8), | intent(in), | optional | :: | RHS(NN) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | I | ||||
| integer, | public | :: | ITMAX | ||||
| integer, | public | :: | K | ||||
| integer, | public | :: | KD | ||||
| integer, | public | :: | NP1 | ||||
| integer, | public | :: | QIND | ||||
| integer, | public | :: | ZBIND | ||||
| integer, | public | :: | CIND | ||||
| integer, | public | :: | RIND | ||||
| integer, | public | :: | ROWL | ||||
| integer, | public | :: | STRT | ||||
| real(kind=R8), | public | :: | STARTK | ||||
| real(kind=R8), | public | :: | RHSC(NN+1) | ||||
| integer, | public, | parameter | :: | SUBSPACE | = | 8 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N | |||
| integer, | intent(inout) | :: | KDMAX | |||
| integer, | intent(inout) | :: | ITMAX | |||
| real(kind=R8), | intent(in) | :: | RHSC(N) | |||
| real(kind=R8), | intent(inout) | :: | X(N) | |||
| integer, | intent(in) | :: | KVAL | |||
| real(kind=R8), | intent(in) | :: | Q(:) | |||
| integer, | intent(inout) | :: | IFLAG | |||
| integer, | intent(in), | optional | :: | ROWPOSP(:) | ||
| integer, | intent(in), | optional | :: | COLPOSP(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | NN | |||
| real(kind=R8), | intent(inout) | :: | Q(LENQ) | |||
| integer, | intent(in) | :: | LENQ | |||
| integer, | intent(in) | :: | ROWPOS(NN+1) | |||
| integer, | intent(in) | :: | COLPOS(LENQ) |
SUBROUTINE GMRILUDS(N,LENQR,IFLAG,YP,RHO) USE REAL_PRECISION INTEGER, INTENT(IN):: LENQR,N INTEGER, INTENT(IN OUT):: IFLAG REAL (KIND=R8), INTENT(IN OUT):: YP(N+1) REAL (KIND=R8), OPTIONAL, INTENT(IN):: RHO(N) END SUBROUTINE GMRILUDS