LARTV: applies a vector of complex plane rotations with real cosines to elements of the complex vectors x and y. For i = 1,2,...,n ( x(i) ) := ( c(i) s(i) ) ( x(i) ) ( y(i) ) ( -conjg(s(i)) c(i) ) ( y(i) )
More...
|
pure subroutine | clartv (n, x, incx, y, incy, c, s, incc) |
|
| la_clartv |
|
pure subroutine | dlartv (n, x, incx, y, incy, c, s, incc) |
|
| la_dlartv |
|
| la_qlartv |
|
pure subroutine | slartv (n, x, incx, y, incy, c, s, incc) |
|
| la_slartv |
|
| la_wlartv |
|
pure subroutine | zlartv (n, x, incx, y, incy, c, s, incc) |
|
| la_zlartv |
|
LARTV: applies a vector of complex plane rotations with real cosines to elements of the complex vectors x and y. For i = 1,2,...,n ( x(i) ) := ( c(i) s(i) ) ( x(i) ) ( y(i) ) ( -conjg(s(i)) c(i) ) ( y(i) )
◆ clartv()
pure subroutine la_lapack::lartv::clartv |
( |
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
complex(sp), dimension(*), intent(inout) |
y, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(sp), dimension(*), intent(in) |
c, |
|
|
complex(sp), dimension(*), intent(in) |
s, |
|
|
integer(ilp), intent(in) |
incc |
|
) |
| |
◆ dlartv()
pure subroutine la_lapack::lartv::dlartv |
( |
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
real(dp), dimension(*), intent(inout) |
y, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(dp), dimension(*), intent(in) |
c, |
|
|
real(dp), dimension(*), intent(in) |
s, |
|
|
integer(ilp), intent(in) |
incc |
|
) |
| |
◆ la_clartv()
la_lapack::lartv::la_clartv |
◆ la_dlartv()
la_lapack::lartv::la_dlartv |
◆ la_qlartv()
la_lapack::lartv::la_qlartv |
◆ la_slartv()
la_lapack::lartv::la_slartv |
◆ la_wlartv()
la_lapack::lartv::la_wlartv |
◆ la_zlartv()
la_lapack::lartv::la_zlartv |
◆ slartv()
pure subroutine la_lapack::lartv::slartv |
( |
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
real(sp), dimension(*), intent(inout) |
y, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(sp), dimension(*), intent(in) |
c, |
|
|
real(sp), dimension(*), intent(in) |
s, |
|
|
integer(ilp), intent(in) |
incc |
|
) |
| |
◆ zlartv()
pure subroutine la_lapack::lartv::zlartv |
( |
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
complex(dp), dimension(*), intent(inout) |
y, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(dp), dimension(*), intent(in) |
c, |
|
|
complex(dp), dimension(*), intent(in) |
s, |
|
|
integer(ilp), intent(in) |
incc |
|
) |
| |
The documentation for this interface was generated from the following file: