grid_tools  1.13.0
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

◆ absv_d()

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

◆ absv_s()

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


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