umfpack_zi_numeric Function

public function umfpack_zi_numeric(Ap, Ai, Ax, Az, Symbolic, Numeric, Control, Info)

Arguments

Type IntentOptional Attributes Name
integer, intent(in), target :: Ap(*)
integer, intent(in), target :: Ai(*)
real(kind=r8), intent(in), target :: Ax(*)
real(kind=r8), intent(in), target :: Az(*)
type(c_ptr), intent(in), optional :: Symbolic
type(c_ptr), optional :: Numeric
real(kind=r8), optional, target :: Control(0:UMFPACK_CONTROL-1)
real(kind=r8), optional, target :: Info(0:UMFPACK_INFO-1)

Return Value integer


Calls

proc~~umfpack_zi_numeric~~CallsGraph proc~umfpack_zi_numeric umfpack_zi_numeric interface~c_umfpack_zi_numeric c_umfpack_zi_numeric proc~umfpack_zi_numeric->interface~c_umfpack_zi_numeric