* real_scalar
fast operator.
This procedure must be overridden, it does not implement anything.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrand_object), | intent(inout) | :: | opr | Operator result. |
||
class(integrand_object), | intent(in) | :: | lhs | Left hand side. |
||
real(kind=R_P), | intent(in) | :: | rhs | Right hand side. |
pure subroutine integrand_multiply_real_scalar_fast(opr, lhs, rhs)
!< `* real_scalar` fast operator.
!<
!< @note This procedure must be overridden, it does not implement anything.
class(integrand_object), intent(inout) :: opr !< Operator result.
class(integrand_object), intent(in) :: lhs !< Left hand side.
real(R_P), intent(in) :: rhs !< Right hand side.
endsubroutine integrand_multiply_real_scalar_fast