NECI_KRYREF Subroutine

private subroutine NECI_KRYREF(M, N, NKRY, NCONV, V0, V, AM, BM, T, LDT, WT, LDWT, H, SCR, LSCR, ISCR, LISCR, NHPSI, LAB, NROW, TLargest, tDie2, tFail)

Arguments

Type IntentOptional Attributes Name
integer :: M
integer :: N
integer :: NKRY
integer :: NCONV
real(kind=dp) :: V0(M,*)
real(kind=dp) :: V(M,N,NKRY+1)
real(kind=dp) :: AM(N,N,NKRY+1)
real(kind=dp) :: BM(N,N,NKRY)
real(kind=dp) :: T(LDT)
integer :: LDT
real(kind=dp) :: WT(LDWT)
integer :: LDWT
real(kind=dp) :: H(*)
real(kind=dp) :: SCR(LSCR)
integer :: LSCR
integer :: ISCR(LISCR)
integer :: LISCR
integer :: NHPSI
integer :: LAB(M,*)
integer :: NROW(M)
logical :: TLargest
logical :: tDie2
logical :: tFail

Contents