Definition at line 214 of file lalg_basic.F90.
|
subroutine | gemv_1_2 (m, n, alpha, a, x, beta, y) |
|
subroutine | gemv_1_4 (m, n, alpha, a, x, beta, y) |
|
subroutine | gemv_2_2 (m1, m2, n, alpha, a, x, beta, y) |
|
subroutine | gemv_2_4 (m1, m2, n, alpha, a, x, beta, y) |
|
◆ gemv_1_2()
subroutine lalg_basic_oct_m::lalg_gemv::gemv_1_2 |
( |
integer, intent(in) |
m, |
|
|
integer, intent(in) |
n, |
|
|
real(real64), intent(in) |
alpha, |
|
|
real(real64), dimension(:,:), intent(in), contiguous |
a, |
|
|
real(real64), dimension(:), intent(in), contiguous |
x, |
|
|
real(real64), intent(in) |
beta, |
|
|
real(real64), dimension(:), intent(inout), contiguous |
y |
|
) |
| |
|
private |
◆ gemv_1_4()
subroutine lalg_basic_oct_m::lalg_gemv::gemv_1_4 |
( |
integer, intent(in) |
m, |
|
|
integer, intent(in) |
n, |
|
|
complex(real64), intent(in) |
alpha, |
|
|
complex(real64), dimension(:,:), intent(in), contiguous |
a, |
|
|
complex(real64), dimension(:), intent(in), contiguous |
x, |
|
|
complex(real64), intent(in) |
beta, |
|
|
complex(real64), dimension(:), intent(inout), contiguous |
y |
|
) |
| |
|
private |
◆ gemv_2_2()
subroutine lalg_basic_oct_m::lalg_gemv::gemv_2_2 |
( |
integer, intent(in) |
m1, |
|
|
integer, intent(in) |
m2, |
|
|
integer, intent(in) |
n, |
|
|
real(real64), intent(in) |
alpha, |
|
|
real(real64), dimension(:,:,:), intent(in), contiguous |
a, |
|
|
real(real64), dimension(:), intent(in), contiguous |
x, |
|
|
real(real64), intent(in) |
beta, |
|
|
real(real64), dimension(:,:), intent(inout), contiguous |
y |
|
) |
| |
|
private |
◆ gemv_2_4()
subroutine lalg_basic_oct_m::lalg_gemv::gemv_2_4 |
( |
integer, intent(in) |
m1, |
|
|
integer, intent(in) |
m2, |
|
|
integer, intent(in) |
n, |
|
|
complex(real64), intent(in) |
alpha, |
|
|
complex(real64), dimension(:,:,:), intent(in), contiguous |
a, |
|
|
complex(real64), dimension(:), intent(in), contiguous |
x, |
|
|
complex(real64), intent(in) |
beta, |
|
|
complex(real64), dimension(:,:), intent(inout), contiguous |
y |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: