Home
last modified time | relevance | path

Searched defs:sgsl (Results 1 – 2 of 2) sorted by relevance

/dports/science/dftbplus/dftbplus-19.1/external/poisson/mudpack/
H A Dmudcom.f2055 subroutine sgsl (a,lda,n,ipvt,b,job) subroutine
2056 integer lda,n,ipvt(1),job
2057 real a(lda,1),b(1)
2058 real sdt,t
2059 integer k,kb,l,nm1
2069 10 continue
2071 20 continue
2072 30 continue
2078 40 continue
2080 50 continue
[all …]
H A Ddmudcom.f2175 subroutine sgsl(a,lda,n,ipvt,b,job) subroutine
2176 integer lda,n,ipvt(n),job
2177 double precision a(lda,n),b(n)
2178 double precision sdt,t
2179 integer k,kb,l,nm1