grid_tools  1.6.0
 All Data Structures Files Functions Variables
pmat4::absv Interface Reference

Private Member Functions

real(dp) function absv_d (a)
 Return the absolute magnitude of a double precision real vector. More...
 
real(sp) function absv_s (a)
 Return the absolute magnitude of a single precision real vector. More...
 

Detailed Description

Definition at line 60 of file pmat4.f90.

Member Function/Subroutine Documentation

real(dp) function pmat4::absv::absv_d ( real(dp), dimension(:), intent(in)  a)
private

Return the absolute magnitude of a double precision real vector.

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

Definition at line 130 of file pmat4.f90.

Referenced by pmat4::normalized_d().

real(sp) function pmat4::absv::absv_s ( real(sp), dimension(:), intent(in)  a)
private

Return the absolute magnitude of a single precision real vector.

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

Definition at line 118 of file pmat4.f90.

Referenced by pmat4::normalized_s().


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