s_umfpack_ci_scale Subroutine

public subroutine s_umfpack_ci_scale(Xx, Bx, Numeric, status)

Arguments

Type IntentOptional AttributesName
complex(kind=r8), intent(out) :: Xx(*)
complex(kind=r8), intent(in) :: Bx(*)
type(c_ptr), intent(in), optional :: Numeric
integer, optional :: status

Calls

proc~~s_umfpack_ci_scale~~CallsGraph proc~s_umfpack_ci_scale s_umfpack_ci_scale proc~umfpack_ci_scale umfpack_ci_scale proc~s_umfpack_ci_scale->proc~umfpack_ci_scale interface~c_umfpack_zi_scale c_umfpack_zi_scale proc~umfpack_ci_scale->interface~c_umfpack_zi_scale

Called by

proc~~s_umfpack_ci_scale~~CalledByGraph proc~s_umfpack_ci_scale s_umfpack_ci_scale interface~s_umfpack_zi_scale s_umfpack_zi_scale interface~s_umfpack_zi_scale->proc~s_umfpack_ci_scale interface~s_umfpack_zi_scale->interface~s_umfpack_zi_scale interface~s_umfpack_scale s_umfpack_scale interface~s_umfpack_scale->proc~s_umfpack_ci_scale

Contents

None