Octopus
lalg_basic_oct_m::lalg_swap Interface Reference

swap two vectors More...

Detailed Description

swap two vectors

Definition at line 144 of file lalg_basic.F90.

Private Member Functions

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)
 

Member Function/Subroutine Documentation

◆ 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

BLAS level I

Definition at line 297 of file lalg_basic.F90.

◆ 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

Definition at line 314 of file lalg_basic.F90.

◆ 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

Definition at line 340 of file lalg_basic.F90.

◆ 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

Definition at line 361 of file lalg_basic.F90.

◆ 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

BLAS level I

Definition at line 1080 of file lalg_basic.F90.

◆ 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

Definition at line 1097 of file lalg_basic.F90.

◆ 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

Definition at line 1123 of file lalg_basic.F90.

◆ 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

Definition at line 1144 of file lalg_basic.F90.


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