grid_tools 1.14.0
Loading...
Searching...
No Matches
pmat4::normalized Interface Reference

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.
 

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)

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 156 of file pmat4.f90.

References pmat4::absv_d(), and pietc::u0.

◆ normalized_s()

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.

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

Definition at line 142 of file pmat4.f90.

References pmat4::absv_s().


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