csc2dense Interface

public interface csc2dense

Module Procedures

private subroutine csc2dense_sp(CSC, dense)

Arguments

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

private subroutine csc2dense_dp(CSC, dense)

Arguments

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

private subroutine csc2dense_csp(CSC, dense)

Arguments

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

private subroutine csc2dense_cdp(CSC, dense)

Arguments

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