coo2csc Interface

public interface coo2csc

Module Procedures

private subroutine coo2csc_sp(COO, CSC)

Arguments

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

private subroutine coo2csc_dp(COO, CSC)

Arguments

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

private subroutine coo2csc_csp(COO, CSC)

Arguments

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

private subroutine coo2csc_cdp(COO, CSC)

Arguments

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