swap two vectors
More...
swap two vectors
Definition at line 144 of file lalg_basic.F90.
|
subroutine | swap_1_2 (n1, dx, dy) |
|
subroutine | swap_2_2 (n1, n2, dx, dy) |
|
subroutine | swap_3_2 (n1, n2, n3, dx, dy) |
|
subroutine | swap_4_2 (n1, n2, n3, n4, dx, dy) |
|
subroutine | swap_1_4 (n1, dx, dy) |
|
subroutine | swap_2_4 (n1, n2, dx, dy) |
|
subroutine | swap_3_4 (n1, n2, n3, dx, dy) |
|
subroutine | swap_4_4 (n1, n2, n3, n4, dx, dy) |
|
◆ swap_1_2()
subroutine lalg_basic_oct_m::lalg_swap::swap_1_2 |
( |
integer, intent(in) |
n1, |
|
|
real(real64), dimension(:), intent(inout), contiguous |
dx, |
|
|
real(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_2_2()
subroutine lalg_basic_oct_m::lalg_swap::swap_2_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
real(real64), dimension(:,:), intent(inout), contiguous |
dx, |
|
|
real(real64), dimension(:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_3_2()
subroutine lalg_basic_oct_m::lalg_swap::swap_3_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
real(real64), dimension(:,:,:), intent(inout), contiguous |
dx, |
|
|
real(real64), dimension(:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_4_2()
subroutine lalg_basic_oct_m::lalg_swap::swap_4_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
integer, intent(in) |
n4, |
|
|
real(real64), dimension(:,:,:,:), intent(inout), contiguous |
dx, |
|
|
real(real64), dimension(:,:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_1_4()
subroutine lalg_basic_oct_m::lalg_swap::swap_1_4 |
( |
integer, intent(in) |
n1, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
dx, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_2_4()
subroutine lalg_basic_oct_m::lalg_swap::swap_2_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
complex(real64), dimension(:,:), intent(inout), contiguous |
dx, |
|
|
complex(real64), dimension(:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_3_4()
subroutine lalg_basic_oct_m::lalg_swap::swap_3_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
complex(real64), dimension(:,:,:), intent(inout), contiguous |
dx, |
|
|
complex(real64), dimension(:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ swap_4_4()
subroutine lalg_basic_oct_m::lalg_swap::swap_4_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
integer, intent(in) |
n4, |
|
|
complex(real64), dimension(:,:,:,:), intent(inout), contiguous |
dx, |
|
|
complex(real64), dimension(:,:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: