dense2coo Interface

public interface dense2coo

Module Procedures

private subroutine dense2coo_sp(dense, COO)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: dense(:,:)
type(COO_sp_type), intent(out) :: COO

private subroutine dense2coo_dp(dense, COO)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: dense(:,:)
type(COO_dp_type), intent(out) :: COO

private subroutine dense2coo_csp(dense, COO)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: dense(:,:)
type(COO_csp_type), intent(out) :: COO

private subroutine dense2coo_cdp(dense, COO)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: dense(:,:)
type(COO_cdp_type), intent(out) :: COO