operator(.unit.) Interface

public interface operator(.unit.)

Contents


Functions

public pure module function operator_unit_dp(A) result(B)

Arguments

TypeIntentOptionalAttributesName
real(kind=DP), intent(in), dimension(:):: A

Return Value real(kind=DP),dimension(NDIM)

public pure module function operator_unit_el_dp(A) result(B)

Arguments

TypeIntentOptionalAttributesName
real(kind=DP), intent(in), dimension(:,:):: A

Return Value real(kind=DP),dimension(:,:), allocatable

public pure module function operator_unit_el_qp(A) result(B)

Arguments

TypeIntentOptionalAttributesName
real(kind=QP), intent(in), dimension(:,:):: A

Return Value real(kind=QP),dimension(:,:), allocatable

public pure module function operator_unit_el_sp(A) result(B)

Arguments

TypeIntentOptionalAttributesName
real(kind=SP), intent(in), dimension(:,:):: A

Return Value real(kind=SP),dimension(:,:), allocatable

public pure module function operator_unit_qp(A) result(B)

Arguments

TypeIntentOptionalAttributesName
real(kind=QP), intent(in), dimension(:):: A

Return Value real(kind=QP),dimension(NDIM)

public pure module function operator_unit_sp(A) result(B)

Arguments

TypeIntentOptionalAttributesName
real(kind=SP), intent(in), dimension(:):: A

Return Value real(kind=SP),dimension(NDIM)