csr2coo Interface

public interface csr2coo

Module Procedures

private subroutine csr2coo_sp(CSR, COO)

Arguments

Type IntentOptional Attributes Name
type(CSR_sp_type), intent(in) :: CSR
type(COO_sp_type), intent(out) :: COO

private subroutine csr2coo_dp(CSR, COO)

Arguments

Type IntentOptional Attributes Name
type(CSR_dp_type), intent(in) :: CSR
type(COO_dp_type), intent(out) :: COO

private subroutine csr2coo_csp(CSR, COO)

Arguments

Type IntentOptional Attributes Name
type(CSR_csp_type), intent(in) :: CSR
type(COO_csp_type), intent(out) :: COO

private subroutine csr2coo_cdp(CSR, COO)

Arguments

Type IntentOptional Attributes Name
type(CSR_cdp_type), intent(in) :: CSR
type(COO_cdp_type), intent(out) :: COO