vector_great_R16P Function

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

Operator > real(R16P).

 type(vector) :: pt
 pt = ex + ey + ez
 print "(L1)", pt > 1._R16P

Arguments

TypeIntentOptionalAttributesName
class(vector), intent(in) :: lhs

Left hand side.

real(kind=R16P), intent(in) :: rhs

Right hand side.

Return Value logical

Operator result.


Calls

proc~~vector_great_r16p~3~~CallsGraph proc~vector_great_r16p~3 vector_great_R16P proc~norml2 normL2 proc~vector_great_r16p~3->proc~norml2

Contents

None