grid_tools  1.7.0
 All Data Structures Files Functions Variables
pmat::swpvv Interface Reference

Private Member Functions

subroutine cswpvv (d, e)
 Swap a pair of complex vectors. More...
 
subroutine dswpvv (d, e)
 Swap a pair of double precision vectors. More...
 
subroutine sswpvv (d, e)
 Swap a pair of single precision vectors. More...
 

Detailed Description

Definition at line 26 of file pmat.f90.

Member Function/Subroutine Documentation

subroutine pmat::swpvv::cswpvv ( complex(dpc), dimension(:), intent(inout)  d,
complex(dpc), dimension(:), intent(inout)  e 
)
private

Swap a pair of complex vectors.

Parameters
[in,out]dvector
[in,out]evector
Author
R. J. Purser

Definition at line 71 of file pmat.f90.

Referenced by pmat::cinvmtf(), and pmat::cldumf().

subroutine pmat::swpvv::dswpvv ( real(dp), dimension(:), intent(inout)  d,
real(dp), dimension(:), intent(inout)  e 
)
private

Swap a pair of double precision vectors.

Parameters
[in,out]dvector
[in,out]evector
Author
R. J. Purser

Definition at line 60 of file pmat.f90.

Referenced by pmat::dinvmtf(), and pmat::dldumf().

subroutine pmat::swpvv::sswpvv ( real(sp), dimension(:), intent(inout)  d,
real(sp), dimension(:), intent(inout)  e 
)
private

Swap a pair of single precision vectors.

Parameters
[in,out]dvector
[in,out]evector
Author
R. J. Purser

Definition at line 49 of file pmat.f90.

Referenced by pmat::sinvmtf(), and pmat::sldumf().


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