rhs_hex Function

private pure elemental function rhs_hex(A, k) result(C)

Right scale overload for hex type

Arguments

Type IntentOptional Attributes Name
type(hex), intent(in) :: A
integer, intent(in) :: k

Return Value type(hex)


Called by

proc~~rhs_hex~~CalledByGraph proc~rhs_hex hex_coordinates::rhs_hex interface~operator(ASTERISK) hex_coordinates::operator(*) interface~operator(ASTERISK)->proc~rhs_hex