Copies a vector x, to a vector y.
More...
Copies a vector x, to a vector y.
Definition at line 185 of file lalg_basic.F90.
|
subroutine | copy_1_2 (n1, dx, dy) |
|
subroutine | copy_2_2 (n1, n2, dx, dy) |
|
subroutine | copy_3_2 (n1, n2, n3, dx, dy) |
|
subroutine | copy_4_2 (n1, n2, n3, n4, dx, dy) |
|
subroutine | copy_1_4 (n1, dx, dy) |
|
subroutine | copy_2_4 (n1, n2, dx, dy) |
|
subroutine | copy_3_4 (n1, n2, n3, dx, dy) |
|
subroutine | copy_4_4 (n1, n2, n3, n4, dx, dy) |
|
◆ copy_1_2()
subroutine lalg_basic_oct_m::lalg_copy::copy_1_2 |
( |
integer, intent(in) |
n1, |
|
|
real(real64), dimension(:), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_2_2()
subroutine lalg_basic_oct_m::lalg_copy::copy_2_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
real(real64), dimension(:,:), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_3_2()
subroutine lalg_basic_oct_m::lalg_copy::copy_3_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
real(real64), dimension(:,:,:), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_4_2()
subroutine lalg_basic_oct_m::lalg_copy::copy_4_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
integer, intent(in) |
n4, |
|
|
real(real64), dimension(:,:,:,:), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:,:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_1_4()
subroutine lalg_basic_oct_m::lalg_copy::copy_1_4 |
( |
integer, intent(in) |
n1, |
|
|
complex(real64), dimension(:), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_2_4()
subroutine lalg_basic_oct_m::lalg_copy::copy_2_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
complex(real64), dimension(:,:), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_3_4()
subroutine lalg_basic_oct_m::lalg_copy::copy_3_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
complex(real64), dimension(:,:,:), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ copy_4_4()
subroutine lalg_basic_oct_m::lalg_copy::copy_4_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
integer, intent(in) |
n4, |
|
|
complex(real64), dimension(:,:,:,:), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:,:,:,:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: