coo2csr Interface

public interface coo2csr

Module Procedures

private subroutine coo2csr_sp(COO, CSR, sort_data)

Arguments

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

private subroutine coo2csr_dp(COO, CSR, sort_data)

Arguments

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

private subroutine coo2csr_csp(COO, CSR, sort_data)

Arguments

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

private subroutine coo2csr_cdp(COO, CSR, sort_data)

Arguments

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