6 SUBROUTINE lu(A,N,NDIM,IR,IC)
9 integer :: ndim, n, ir(*), ic(*)
12 integer :: i, j, k, l, m, irl, icm, k1
13 real(DP) :: xmax, y, b, c
66 a(i,j)=a(i,j)-b*a(k,j)
79 SUBROUTINE solve(F,A,K,N,NDIM,IR,IC)
84 real(DP) :: A(ndim,*),F(ndim,*)
85 integer :: IR(*),IC(*)
89 integer :: n1, kk, i, iri, i1, j, it, ici
93 write(6,*)
'Abort IN Subrtouine SOLVE: N>2000, N=',n
subroutine lu(A, N, NDIM, IR, IC)
the first subroutine to compute the matrix inverse
subroutine solve(F, A, K, N, NDIM, IR, IC)
second part of the matrix inverse