umf4csol_ip Subroutine

public subroutine umf4csol_ip(sys, x, b, Numeric, Control, Info)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: sys
complex(kind=r8), intent(out) :: x(*)
complex(kind=r8), intent(in) :: b(*)
integer(kind=ip) :: Numeric
real(kind=r8) :: Control(0:UMFPACK_CONTROL-1)
real(kind=r8) :: Info(0:UMFPACK_INFO-1)

Calls

proc~~umf4csol_ip~~CallsGraph proc~umf4csol_ip umf4csol_ip proc~s_umfpack_ci_solve s_umfpack_ci_solve proc~umf4csol_ip->proc~s_umfpack_ci_solve proc~umfpack_ci_solve umfpack_ci_solve proc~s_umfpack_ci_solve->proc~umfpack_ci_solve interface~c_umfpack_zi_solve c_umfpack_zi_solve proc~umfpack_ci_solve->interface~c_umfpack_zi_solve

Called by

proc~~umf4csol_ip~~CalledByGraph proc~umf4csol_ip umf4csol_ip interface~umf4zsol umf4zsol interface~umf4zsol->proc~umf4csol_ip interface~umf4zsol->interface~umf4zsol interface~umf4sol umf4sol interface~umf4sol->proc~umf4csol_ip interface~umf4sol->interface~umf4sol interface~umf4csol umf4csol interface~umf4csol->proc~umf4csol_ip interface~umf4csol->interface~umf4csol

Contents

None