real_op_integrand Abstract Interface

abstract interface

Abstract type bound procedures necessary for implementing a concrete extension of integrand_object.

private pure function real_op_integrand(lhs, rhs) result(operator_result)

Arguments

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

Left hand side.

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

Right hand side.

Return Value real(kind=R_P), allocatable,(:)

Operator result.

Description

Asymmetric type operator real.op.integrand.