operator(/) Interface

public interface operator(/)

Functions

private pure module function sparse_div_COO_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_cdp_type), intent(in) :: a
type(COO_cdp_type), intent(in) :: b

Return Value type(COO_cdp_type)

private pure module function sparse_div_COO_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_csp_type), intent(in) :: a
type(COO_csp_type), intent(in) :: b

Return Value type(COO_csp_type)

private pure module function sparse_div_COO_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_dp_type), intent(in) :: a
type(COO_dp_type), intent(in) :: b

Return Value type(COO_dp_type)

private pure module function sparse_div_COO_scalar_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: a
type(COO_cdp_type), intent(in) :: b

Return Value type(COO_cdp_type)

private pure module function sparse_div_COO_scalar_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: a
type(COO_csp_type), intent(in) :: b

Return Value type(COO_csp_type)

private pure module function sparse_div_COO_scalar_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: a
type(COO_dp_type), intent(in) :: b

Return Value type(COO_dp_type)

private pure module function sparse_div_COO_scalar_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: a
type(COO_sp_type), intent(in) :: b

Return Value type(COO_sp_type)

private pure module function sparse_div_COO_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_sp_type), intent(in) :: a
type(COO_sp_type), intent(in) :: b

Return Value type(COO_sp_type)

private pure module function sparse_div_CSC_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_cdp_type), intent(in) :: a
type(CSC_cdp_type), intent(in) :: b

Return Value type(CSC_cdp_type)

private pure module function sparse_div_CSC_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_csp_type), intent(in) :: a
type(CSC_csp_type), intent(in) :: b

Return Value type(CSC_csp_type)

private pure module function sparse_div_CSC_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_dp_type), intent(in) :: a
type(CSC_dp_type), intent(in) :: b

Return Value type(CSC_dp_type)

private pure module function sparse_div_CSC_scalar_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: a
type(CSC_cdp_type), intent(in) :: b

Return Value type(CSC_cdp_type)

private pure module function sparse_div_CSC_scalar_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: a
type(CSC_csp_type), intent(in) :: b

Return Value type(CSC_csp_type)

private pure module function sparse_div_CSC_scalar_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: a
type(CSC_dp_type), intent(in) :: b

Return Value type(CSC_dp_type)

private pure module function sparse_div_CSC_scalar_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: a
type(CSC_sp_type), intent(in) :: b

Return Value type(CSC_sp_type)

private pure module function sparse_div_CSC_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_sp_type), intent(in) :: a
type(CSC_sp_type), intent(in) :: b

Return Value type(CSC_sp_type)

private pure module function sparse_div_CSR_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_cdp_type), intent(in) :: a
type(CSR_cdp_type), intent(in) :: b

Return Value type(CSR_cdp_type)

private pure module function sparse_div_CSR_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_csp_type), intent(in) :: a
type(CSR_csp_type), intent(in) :: b

Return Value type(CSR_csp_type)

private pure module function sparse_div_CSR_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_dp_type), intent(in) :: a
type(CSR_dp_type), intent(in) :: b

Return Value type(CSR_dp_type)

private pure module function sparse_div_CSR_scalar_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: a
type(CSR_cdp_type), intent(in) :: b

Return Value type(CSR_cdp_type)

private pure module function sparse_div_CSR_scalar_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: a
type(CSR_csp_type), intent(in) :: b

Return Value type(CSR_csp_type)

private pure module function sparse_div_CSR_scalar_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: a
type(CSR_dp_type), intent(in) :: b

Return Value type(CSR_dp_type)

private pure module function sparse_div_CSR_scalar_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: a
type(CSR_sp_type), intent(in) :: b

Return Value type(CSR_sp_type)

private pure module function sparse_div_CSR_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_sp_type), intent(in) :: a
type(CSR_sp_type), intent(in) :: b

Return Value type(CSR_sp_type)

private pure module function sparse_div_ELL_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_cdp_type), intent(in) :: a
type(ELL_cdp_type), intent(in) :: b

Return Value type(ELL_cdp_type)

private pure module function sparse_div_ELL_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_csp_type), intent(in) :: a
type(ELL_csp_type), intent(in) :: b

Return Value type(ELL_csp_type)

private pure module function sparse_div_ELL_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_dp_type), intent(in) :: a
type(ELL_dp_type), intent(in) :: b

Return Value type(ELL_dp_type)

private pure module function sparse_div_ELL_scalar_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: a
type(ELL_cdp_type), intent(in) :: b

Return Value type(ELL_cdp_type)

private pure module function sparse_div_ELL_scalar_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: a
type(ELL_csp_type), intent(in) :: b

Return Value type(ELL_csp_type)

private pure module function sparse_div_ELL_scalar_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: a
type(ELL_dp_type), intent(in) :: b

Return Value type(ELL_dp_type)

private pure module function sparse_div_ELL_scalar_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: a
type(ELL_sp_type), intent(in) :: b

Return Value type(ELL_sp_type)

private pure module function sparse_div_ELL_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_sp_type), intent(in) :: a
type(ELL_sp_type), intent(in) :: b

Return Value type(ELL_sp_type)

private pure module function sparse_div_scalar_COO_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_cdp_type), intent(in) :: a
complex(kind=dp), intent(in) :: b

Return Value type(COO_cdp_type)

private pure module function sparse_div_scalar_COO_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_csp_type), intent(in) :: a
complex(kind=sp), intent(in) :: b

Return Value type(COO_csp_type)

private pure module function sparse_div_scalar_COO_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_dp_type), intent(in) :: a
real(kind=dp), intent(in) :: b

Return Value type(COO_dp_type)

private pure module function sparse_div_scalar_COO_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(COO_sp_type), intent(in) :: a
real(kind=sp), intent(in) :: b

Return Value type(COO_sp_type)

private pure module function sparse_div_scalar_CSC_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_cdp_type), intent(in) :: a
complex(kind=dp), intent(in) :: b

Return Value type(CSC_cdp_type)

private pure module function sparse_div_scalar_CSC_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_csp_type), intent(in) :: a
complex(kind=sp), intent(in) :: b

Return Value type(CSC_csp_type)

private pure module function sparse_div_scalar_CSC_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_dp_type), intent(in) :: a
real(kind=dp), intent(in) :: b

Return Value type(CSC_dp_type)

private pure module function sparse_div_scalar_CSC_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSC_sp_type), intent(in) :: a
real(kind=sp), intent(in) :: b

Return Value type(CSC_sp_type)

private pure module function sparse_div_scalar_CSR_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_cdp_type), intent(in) :: a
complex(kind=dp), intent(in) :: b

Return Value type(CSR_cdp_type)

private pure module function sparse_div_scalar_CSR_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_csp_type), intent(in) :: a
complex(kind=sp), intent(in) :: b

Return Value type(CSR_csp_type)

private pure module function sparse_div_scalar_CSR_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_dp_type), intent(in) :: a
real(kind=dp), intent(in) :: b

Return Value type(CSR_dp_type)

private pure module function sparse_div_scalar_CSR_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(CSR_sp_type), intent(in) :: a
real(kind=sp), intent(in) :: b

Return Value type(CSR_sp_type)

private pure module function sparse_div_scalar_ELL_cdp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_cdp_type), intent(in) :: a
complex(kind=dp), intent(in) :: b

Return Value type(ELL_cdp_type)

private pure module function sparse_div_scalar_ELL_csp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_csp_type), intent(in) :: a
complex(kind=sp), intent(in) :: b

Return Value type(ELL_csp_type)

private pure module function sparse_div_scalar_ELL_dp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_dp_type), intent(in) :: a
real(kind=dp), intent(in) :: b

Return Value type(ELL_dp_type)

private pure module function sparse_div_scalar_ELL_sp(a, b) result(c)

Arguments

Type IntentOptional Attributes Name
type(ELL_sp_type), intent(in) :: a
real(kind=sp), intent(in) :: b

Return Value type(ELL_sp_type)