NECI_JACOBI Subroutine

private subroutine NECI_JACOBI(M, N, T, WT, SCR, LSCR, ISCR, LISCR, IFAIL)

Arguments

Type IntentOptional Attributes Name
integer :: M
integer :: N
real(kind=dp) :: T(M,M,*)
real(kind=dp) :: WT(*)
real(kind=dp) :: SCR(LSCR)
integer :: LSCR
integer :: ISCR(LISCR)
integer :: LISCR
integer :: IFAIL(*)

Contents