grid_tools  1.13.0
pmat4::normalize Interface Reference

Private Member Functions

subroutine normalize_d (v)
 Normalize the given double precision real vector. More...
 
subroutine normalize_s (v)
 Normalize the given single precision real vector. More...
 

Detailed Description

Definition at line 86 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ normalize_d()

subroutine pmat4::normalize::normalize_d ( real(dp), dimension(:), intent(inout)  v)
private

Normalize the given double precision real vector.

Parameters
[in,out]vvector
Author
R. J. Purser

Definition at line 988 of file pmat4.f90.

◆ normalize_s()

subroutine pmat4::normalize::normalize_s ( real(sp), dimension(:), intent(inout)  v)
private

Normalize the given single precision real vector.

Parameters
[in,out]vvector
Author
R. J. Purser

Definition at line 976 of file pmat4.f90.


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