public interface operator(.mag.)
Functions
public pure module function operator_mag_dp(A) result(B)
Arguments
| Type | Intent | Optional | Attributes | | Name | |
| real(kind=DP), |
intent(in), |
| dimension(:) | :: |
A | |
Return Value real(kind=DP)
public pure module function operator_mag_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_mag_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_mag_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_mag_qp(A) result(B)
Arguments
| Type | Intent | Optional | Attributes | | Name | |
| real(kind=QP), |
intent(in), |
| dimension(:) | :: |
A | |
Return Value real(kind=QP)
public pure module function operator_mag_sp(A) result(B)
Arguments
| Type | Intent | Optional | Attributes | | Name | |
| real(kind=SP), |
intent(in), |
| dimension(:) | :: |
A | |
Return Value real(kind=SP)