real_operator_prim Abstract Interface

abstract interface

Abstract interfaces of deferred methods of primitive_object.

private function real_operator_prim(lhs, rhs) result(operator_result)

Arguments

Type IntentOptional AttributesName
real(kind=R8P), intent(in) :: lhs

Left hand side.

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

Right hand side.

Return Value class(primitive_object), allocatable

Operator result.

Description

Operator real * prim.