grid_tools  1.13.0
pmat4::normalized Interface Reference

Private Member Functions

real(dp) function, dimension(size(a)) normalized_d (a)
 Return the normalized version of a double precision real vector. More...
 
real(sp) function, dimension(size(a)) normalized_s (a)
 Return the normalized version of a single precision real vector. More...
 

Detailed Description

Definition at line 61 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ normalized_d()

real(dp) function, dimension(size(a)) pmat4::normalized::normalized_d ( real(dp), dimension(:), intent(in)  a)
private

Return the normalized version of a double precision real vector.

Parameters
[in]areal type input vector
Returns
b result, double precision real vector
Author
R. J. Purser

Definition at line 157 of file pmat4.f90.

◆ normalized_s()

real(sp) function, dimension(size(a)) pmat4::normalized::normalized_s ( real(sp), dimension(:), intent(in)  a)
private

Return the normalized version of a single precision real vector.

Parameters
[in]areal type input vector
Returns
b result, single precision real vector
Author
R. J. Purser

Definition at line 143 of file pmat4.f90.


The documentation for this interface was generated from the following file: