constant times a vector plus a vector
More...
constant times a vector plus a vector
Definition at line 170 of file lalg_basic.F90.
|
subroutine | axpy_1_2 (n1, da, dx, dy) |
|
subroutine | axpy_2_2 (n1, n2, da, dx, dy) |
|
subroutine | axpy_3_2 (n1, n2, n3, da, dx, dy) |
|
subroutine | axpy_4_2 (n1, n2, n3, n4, da, dx, dy) |
|
subroutine | axpy_1_4 (n1, da, dx, dy) |
|
subroutine | axpy_2_4 (n1, n2, da, dx, dy) |
|
subroutine | axpy_3_4 (n1, n2, n3, da, dx, dy) |
|
subroutine | axpy_4_4 (n1, n2, n3, n4, da, dx, dy) |
|
subroutine | axpy_5_4 (n1, da, dx, dy) |
|
subroutine | axpy_6_4 (n1, n2, da, dx, dy) |
|
subroutine | axpy_7_4 (n1, n2, n3, da, dx, dy) |
|
◆ axpy_1_2()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_1_2 |
( |
integer, intent(in) |
n1, |
|
|
real(real64), intent(in) |
da, |
|
|
real(real64), dimension(:), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_2_2()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_2_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
real(real64), intent(in) |
da, |
|
|
real(real64), dimension(:, :), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_3_2()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_3_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
real(real64), intent(in) |
da, |
|
|
real(real64), dimension(:, :, :), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:, :, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_4_2()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_4_2 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
integer, intent(in) |
n4, |
|
|
real(real64), intent(in) |
da, |
|
|
real(real64), dimension(:, :, :, :), intent(in), contiguous |
dx, |
|
|
real(real64), dimension(:, :, :, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_1_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_1_4 |
( |
integer, intent(in) |
n1, |
|
|
complex(real64), intent(in) |
da, |
|
|
complex(real64), dimension(:), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_2_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_2_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
complex(real64), intent(in) |
da, |
|
|
complex(real64), dimension(:, :), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_3_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_3_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
complex(real64), intent(in) |
da, |
|
|
complex(real64), dimension(:, :, :), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:, :, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_4_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_4_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
integer, intent(in) |
n4, |
|
|
complex(real64), intent(in) |
da, |
|
|
complex(real64), dimension(:, :, :, :), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:, :, :, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_5_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_5_4 |
( |
integer, intent(in) |
n1, |
|
|
real(real64), intent(in) |
da, |
|
|
complex(real64), dimension(:), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_6_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_6_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
real(real64), intent(in) |
da, |
|
|
complex(real64), dimension(:, :), intent(in), contiguous |
dx, |
|
|
complex(real64), dimension(:, :), intent(inout), contiguous |
dy |
|
) |
| |
|
private |
◆ axpy_7_4()
subroutine lalg_basic_oct_m::lalg_axpy::axpy_7_4 |
( |
integer, intent(in) |
n1, |
|
|
integer, intent(in) |
n2, |
|
|
integer, intent(in) |
n3, |
|
|
real(real64), intent(in) |
da, |
|
|
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: