inverse Subroutine

private subroutine inverse(nmat, mat)

Uses

    • mod_datatypes

Helper routine here only for host since mod_rllsllutils does not exsist in the host code

Arguments

Type IntentOptional Attributes Name
integer :: nmat
complex(kind=dp) :: mat(nmat,nmat)