csc2coo Interface

public interface csc2coo

Module Procedures

private subroutine csc2coo_sp(CSC, COO)

Arguments

Type IntentOptional Attributes Name
type(CSC_sp_type), intent(in) :: CSC
type(COO_sp_type), intent(out) :: COO

private subroutine csc2coo_dp(CSC, COO)

Arguments

Type IntentOptional Attributes Name
type(CSC_dp_type), intent(in) :: CSC
type(COO_dp_type), intent(out) :: COO

private subroutine csc2coo_csp(CSC, COO)

Arguments

Type IntentOptional Attributes Name
type(CSC_csp_type), intent(in) :: CSC
type(COO_csp_type), intent(out) :: COO

private subroutine csc2coo_cdp(CSC, COO)

Arguments

Type IntentOptional Attributes Name
type(CSC_cdp_type), intent(in) :: CSC
type(COO_cdp_type), intent(out) :: COO