JACOBI Subroutine

subroutine JACOBI(A, N, NP, D, V, NROT)

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: A(NP,NP)
integer, intent(in) :: N
integer, intent(in) :: NP
real, intent(out) :: D(NP)
real, intent(out) :: V(NP,NP)
integer, intent(out) :: NROT

Called by

proc~~jacobi~~CalledByGraph proc~jacobi JACOBI proc~inifgn inifgn proc~inifgn->proc~jacobi proc~inifilr inifilr proc~inifilr->proc~inifgn program~gcm~2 gcm program~gcm~2->proc~inifilr proc~iniacademic iniacademic program~gcm~2->proc~iniacademic program~ce0l ce0l program~ce0l->proc~inifilr program~gcm gcm program~gcm->proc~inifilr proc~iniacademic_loc iniacademic_loc program~gcm->proc~iniacademic_loc proc~iniacademic->proc~inifilr proc~iniacademic_loc->proc~inifilr

Contents