operator(*) Interface

public interface operator(*)

Calls

interface~~operator(ASTERISK)~~CallsGraph interface~operator(ASTERISK) operator(*) proc~eml_mul_real64 eml_mul_real64 interface~operator(ASTERISK)->proc~eml_mul_real64 interface~eml_add eml_add proc~eml_mul_real64->interface~eml_add interface~eml_exp eml_exp proc~eml_mul_real64->interface~eml_exp interface~eml_log eml_log proc~eml_mul_real64->interface~eml_log

Module Procedures

private elemental function eml_mul_real64(x, y)

Arguments

Type IntentOptional Attributes Name
type(eml_real64_type), intent(in) :: x
type(eml_real64_type), intent(in) :: y

Return Value type(eml_real64_type)