MCTDH-X  v2.22
 All Classes Files Functions Variables Pages
nrutil::swap Interface Reference

Public Member Functions

subroutine swap_i (a, b)
 
subroutine swap_r (a, b)
 
subroutine swap_rv (a, b)
 
subroutine swap_c (a, b)
 
subroutine swap_cv (a, b)
 
subroutine swap_cm (a, b)
 
subroutine swap_z (a, b)
 
subroutine swap_zv (a, b)
 
subroutine swap_zm (a, b)
 
subroutine masked_swap_rs (a, b, mask)
 
subroutine masked_swap_rv (a, b, mask)
 
subroutine masked_swap_rm (a, b, mask)
 

Member Function/Subroutine Documentation

subroutine nrutil::swap::masked_swap_rm ( real(sp), dimension(:,:), intent(inout)  a,
real(sp), dimension(:,:), intent(inout)  b,
logical(lgt), dimension(:,:), intent(in)  mask 
)
subroutine nrutil::swap::masked_swap_rs ( real(sp), intent(inout)  a,
real(sp), intent(inout)  b,
logical(lgt), intent(in)  mask 
)
subroutine nrutil::swap::masked_swap_rv ( real(sp), dimension(:), intent(inout)  a,
real(sp), dimension(:), intent(inout)  b,
logical(lgt), dimension(:), intent(in)  mask 
)
subroutine nrutil::swap::swap_c ( complex(spc), intent(inout)  a,
complex(spc), intent(inout)  b 
)
subroutine nrutil::swap::swap_cm ( complex(spc), dimension(:,:), intent(inout)  a,
complex(spc), dimension(:,:), intent(inout)  b 
)
subroutine nrutil::swap::swap_cv ( complex(spc), dimension(:), intent(inout)  a,
complex(spc), dimension(:), intent(inout)  b 
)
subroutine nrutil::swap::swap_i ( integer(i4b), intent(inout)  a,
integer(i4b), intent(inout)  b 
)
subroutine nrutil::swap::swap_r ( real(sp), intent(inout)  a,
real(sp), intent(inout)  b 
)
subroutine nrutil::swap::swap_rv ( real(sp), dimension(:), intent(inout)  a,
real(sp), dimension(:), intent(inout)  b 
)
subroutine nrutil::swap::swap_z ( complex(dpc), intent(inout)  a,
complex(dpc), intent(inout)  b 
)
subroutine nrutil::swap::swap_zm ( complex(dpc), dimension(:,:), intent(inout)  a,
complex(dpc), dimension(:,:), intent(inout)  b 
)
subroutine nrutil::swap::swap_zv ( complex(dpc), dimension(:), intent(inout)  a,
complex(dpc), dimension(:), intent(inout)  b 
)

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