coo2csr Interface

public interface coo2csr

Module Procedures

private subroutine coo2csr_sp(COO, CSR)

Arguments

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

private subroutine coo2csr_dp(COO, CSR)

Arguments

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

private subroutine coo2csr_csp(COO, CSR)

Arguments

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

private subroutine coo2csr_cdp(COO, CSR)

Arguments

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