I4P_not_eq_vector Function

private elemental function I4P_not_eq_vector(lhs, rhs) result(opr)

Operator integer(I4P) /=.

 type(vector) :: pt
 pt = ex + ey + ez
 print "(L1)", 1_I4P /= pt

Arguments

TypeIntentOptionalAttributesName
integer(kind=I4P), intent(in) :: lhs

Left hand side.

class(vector), intent(in) :: rhs

Right hand side.

Return Value logical

Operator result.


Calls

proc~~i4p_not_eq_vector~3~~CallsGraph proc~i4p_not_eq_vector~3 I4P_not_eq_vector proc~norml2 normL2 proc~i4p_not_eq_vector~3->proc~norml2

Contents

None