grid_tools 1.14.0
|
Public Member Functions | |
real(dp) function, dimension(size(a)) | normalized_d (a) |
Return the normalized version of a double precision real vector. | |
real(sp) function, dimension(size(a)) | normalized_s (a) |
Return the normalized version of a single precision real vector. | |
real(dp) function, dimension(size(a)) pmat4::normalized::normalized_d | ( | real(dp), dimension(:), intent(in) | a | ) |
Return the normalized version of a double precision real vector.
[in] | a | real type input vector |
Definition at line 156 of file pmat4.f90.
References pmat4::absv_d(), and pietc::u0.
real(sp) function, dimension(size(a)) pmat4::normalized::normalized_s | ( | real(sp), dimension(:), intent(in) | a | ) |
Return the normalized version of a single precision real vector.
[in] | a | real type input vector |
Definition at line 142 of file pmat4.f90.
References pmat4::absv_s().