integrand_op_real Abstract Interface

abstract interface

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

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

Arguments

Type IntentOptional AttributesName
class(integrand_object), intent(in) :: lhs

Left hand side.

real(kind=R_P), intent(in) :: rhs(1:)

Right hand side.

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

Operator result.

Description

Asymmetric type operator integrand.op.real.