public interface operator(.unit.)
Functions
public pure module function operator_unit_dp(A) result(B)
Arguments
| Type | Intent | Optional | Attributes | | Name | |
| 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
| Type | Intent | Optional | Attributes | | Name | |
| 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
| Type | Intent | Optional | Attributes | | Name | |
| 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
| Type | Intent | Optional | Attributes | | Name | |
| 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
| Type | Intent | Optional | Attributes | | Name | |
| 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
| Type | Intent | Optional | Attributes | | Name | |
| real(kind=SP), |
intent(in), |
| dimension(:) | :: |
A | |
Return Value real(kind=SP),dimension(NDIM)