csr2dense Interface

public interface csr2dense

Module Procedures

private subroutine csr2dense_sp(CSR, dense)

Arguments

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

private subroutine csr2dense_dp(CSR, dense)

Arguments

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

private subroutine csr2dense_csp(CSR, dense)

Arguments

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

private subroutine csr2dense_cdp(CSR, dense)

Arguments

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