INTERPOL_DECOMP_MOD Module


Uses

    • EC_PARKIND
  • module~~interpol_decomp_mod~~UsesGraph module~interpol_decomp_mod INTERPOL_DECOMP_MOD EC_PARKIND EC_PARKIND module~interpol_decomp_mod->EC_PARKIND

Used by

  • module~~interpol_decomp_mod~~UsedByGraph module~interpol_decomp_mod INTERPOL_DECOMP_MOD module~butterfly_alg_mod BUTTERFLY_ALG_MOD module~butterfly_alg_mod->module~interpol_decomp_mod module~tpm_flt TPM_FLT module~tpm_flt->module~butterfly_alg_mod proc~ledirad LEDIRAD proc~ledirad->module~butterfly_alg_mod proc~ledir~2 LEDIR proc~ledir~2->module~butterfly_alg_mod proc~leinvad LEINVAD proc~leinvad->module~butterfly_alg_mod proc~leinv~2 LEINV proc~leinv~2->module~butterfly_alg_mod proc~read_legpol~2 READ_LEGPOL proc~read_legpol~2->module~butterfly_alg_mod proc~suleg~2 SULEG proc~suleg~2->module~butterfly_alg_mod proc~write_legpol~2 WRITE_LEGPOL proc~write_legpol~2->module~butterfly_alg_mod

Subroutines

public subroutine COMPUTE_ID(PEPS, KM, KN, PMAT, KRANK, KBCLIST, PNONIM)

$IF(KRANK < KN) THEN $ PRINT *,'MAXVAL PNONIM ',KM,KM,KRANK,MAXVAL( PNONIM(1:KRANK,1:KN-KRANK)) $ENDIF

Arguments

Type IntentOptional 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(:,:)

public subroutine ALG541(PEPS, KM, KN, PA, KRANK, KLIST)

Arguments

Type IntentOptional 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(:)

public subroutine ALG511(PEPS, KSIZE, PX, PV, PBETA)

Arguments

Type IntentOptional 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