|
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...
|
|
Definition at line 26 of file pmat.f90.
subroutine pmat::swpvv::cswpvv |
( |
complex(dpc), dimension(:), intent(inout) |
d, |
|
|
complex(dpc), dimension(:), intent(inout) |
e |
|
) |
| |
|
private |
subroutine pmat::swpvv::dswpvv |
( |
real(dp), dimension(:), intent(inout) |
d, |
|
|
real(dp), dimension(:), intent(inout) |
e |
|
) |
| |
|
private |
subroutine pmat::swpvv::sswpvv |
( |
real(sp), dimension(:), intent(inout) |
d, |
|
|
real(sp), dimension(:), intent(inout) |
e |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- /gpfs/dell2/emc/modeling/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat.f90