lhs_hex Function

private pure elemental function lhs_hex(k, B) result(C)

Left scale overload for hex type

Arguments

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

Return Value type(hex)


Called by

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