mod_zgeinv1 Module

Inverts a general double complex matrix


Subroutines

public subroutine ZGEINV1(A, U, AUX, IPIV, DIM)

License
Creative Commons License
Category
numerical-tools, KKRimp

I n v e r t s

a

g e n e r a l

d o u b l e

c o m p l e x

m a t r i x

\ ( A \ )

Read more…

Arguments

Type IntentOptional Attributes Name
double complex :: A(DIM,DIM)
double complex :: U(DIM,DIM)
double complex :: AUX(DIM,DIM)
integer :: IPIV(:)
integer :: DIM