MAT_UMFP Derived Type

type, public :: MAT_UMFP

All the stuff needed by UMFPACK


Inherits

type~~mat_umfp~~InheritsGraph type~mat_umfp MAT_UMFP c_ptr c_ptr type~mat_umfp->c_ptr c_symbolic, c_numeric

Inherited by

type~~mat_umfp~~InheritedByGraph type~mat_umfp MAT_UMFP type~mat_solv MAT_SOLV type~mat_solv->type~mat_umfp matumfp type~ms_mat_solv MS_MAT_SOLV type~ms_mat_solv->type~mat_solv ts_mat, bs_mat

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(c_ptr), public :: c_symbolic
type(c_ptr), public :: c_numeric
real(kind=R8), public, dimension(0:UMFPACK_CONTROL-1):: c_control
real(kind=R8), public, dimension(0:UMFPACK_INFO -1):: c_info

Source Code

type MAT_UMFP
!! <span style="color:green">All the stuff needed by *UMFPACK*</span>
   type(c_ptr) :: c_symbolic
   type(c_ptr) :: c_numeric
   real(kind=R8), dimension(0:UMFPACK_CONTROL-1) :: c_control
   real(kind=R8), dimension(0:UMFPACK_INFO   -1) :: c_info
endtype MAT_UMFP