34#include "implicit_f.inc"
44 INTEGER I,II,I1,M,K,INFO,IPIV(N)
46 DOUBLE PRECISION :: MTDB(N,N)
47 DOUBLE PRECISION :: STDB(N)
51 WRITE(6,*)
"Error: Lapack needed for Flexible bodies"
56 CALL dgetrf(n,n,mt,n,ipiv,info)
59 mtdb(1:n,1:n) = mt(1:n,1:n)
60 CALL dgetrf(n,n,mtdb,n,ipiv,info)
62 CALL dgetrs(
'N',n,1,mtdb,n,ipiv,stdb,n,info)
subroutine fxbsys(mt, st, n)
subroutine dgetrs(trans, n, nrhs, a, lda, ipiv, b, ldb, info)
DGETRS
subroutine dgetrf(m, n, a, lda, ipiv, info)
DGETRF