$IF(KRANK < KN) THEN $ PRINT *,'MAXVAL PNONIM ',KM,KM,KRANK,MAXVAL( PNONIM(1:KRANK,1:KN-KRANK)) $ENDIF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=JPRD), | intent(in) | :: | PEPS | |||
integer(kind=JPIM), | intent(in) | :: | KM | |||
integer(kind=JPIM), | intent(in) | :: | KN | |||
real(kind=JPRD), | intent(in) | :: | PMAT(:,:) | |||
integer(kind=JPIM), | intent(out) | :: | KRANK | |||
integer(kind=JPIM), | intent(out) | :: | KBCLIST(:) | |||
real(kind=JPRD), | intent(out) | :: | PNONIM(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=JPRD), | intent(in) | :: | PEPS | |||
integer(kind=JPIM), | intent(in) | :: | KM | |||
integer(kind=JPIM), | intent(in) | :: | KN | |||
real(kind=JPRD), | intent(inout) | :: | PA(:,:) | |||
integer(kind=JPIM), | intent(out) | :: | KRANK | |||
integer(kind=JPIM), | intent(out) | :: | KLIST(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=JPRD), | intent(in) | :: | PEPS | |||
integer(kind=JPIM), | intent(in) | :: | KSIZE | |||
real(kind=JPRD), | intent(in) | :: | PX(:) | |||
real(kind=JPRD), | intent(out) | :: | PV(:) | |||
real(kind=JPRD), | intent(out) | :: | PBETA |