Skip to content

Commit

Permalink
refs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jul 22, 2023
1 parent f464851 commit 0f248fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/foreig.f90
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pure subroutine dsyev(fjobz, fuplo, fn, fA, flda, fw, fwork, flwork, finfo)
end subroutine dsyev_rel
!===============================================================================


!===============================================================================
!> author: Seyed Ali Ghasemi
pure subroutine dgeev_rel(matrix, eig_vecr, eig_val, eig_vecl)
Expand Down Expand Up @@ -127,6 +128,7 @@ pure subroutine dgeev(fjobvl, fjobvr, fn, fA, flda, fwr, fwi, fvl, fldvl, fvr, f
end subroutine dgeev_rel
!===============================================================================


!===============================================================================
!> author: Seyed Ali Ghasemi
pure subroutine dggev_rel(matrix, eig_vecr, eig_val, eig_vecl)
Expand Down Expand Up @@ -178,6 +180,6 @@ pure subroutine dggev(fjobvl, fjobvr, fn, fa, flda, fb, ldb, &
deallocate(work)

end subroutine dggev_rel
!===============================================================================
!===============================================================================

end module foreig

0 comments on commit 0f248fb

Please sign in to comment.