coo2dense Interface

public interface coo2dense

Module Procedures

private subroutine coo2dense_sp(COO, dense)

Arguments

Type IntentOptional Attributes Name
type(COO_sp_type), intent(in) :: COO
real(kind=sp), intent(out), allocatable :: dense(:,:)

private subroutine coo2dense_dp(COO, dense)

Arguments

Type IntentOptional Attributes Name
type(COO_dp_type), intent(in) :: COO
real(kind=dp), intent(out), allocatable :: dense(:,:)

private subroutine coo2dense_csp(COO, dense)

Arguments

Type IntentOptional Attributes Name
type(COO_csp_type), intent(in) :: COO
complex(kind=sp), intent(out), allocatable :: dense(:,:)

private subroutine coo2dense_cdp(COO, dense)

Arguments

Type IntentOptional Attributes Name
type(COO_cdp_type), intent(in) :: COO
complex(kind=dp), intent(out), allocatable :: dense(:,:)