LACRT: performs the operation ( c s )( x ) ==> ( x ) ( -s c )( y ) ( y ) where c and s are complex and the vectors x and y are complex.
More...
|
pure subroutine | clacrt (n, cx, incx, cy, incy, c, s) |
|
| la_clacrt |
|
| la_wlacrt |
|
pure subroutine | zlacrt (n, cx, incx, cy, incy, c, s) |
|
| la_zlacrt |
|
LACRT: performs the operation ( c s )( x ) ==> ( x ) ( -s c )( y ) ( y ) where c and s are complex and the vectors x and y are complex.
◆ clacrt()
pure subroutine la_lapack::lacrt::clacrt |
( |
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(inout) |
cx, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
complex(sp), dimension(*), intent(inout) |
cy, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
complex(sp), intent(in) |
c, |
|
|
complex(sp), intent(in) |
s |
|
) |
| |
◆ la_clacrt()
la_lapack::lacrt::la_clacrt |
◆ la_wlacrt()
la_lapack::lacrt::la_wlacrt |
◆ la_zlacrt()
la_lapack::lacrt::la_zlacrt |
◆ zlacrt()
pure subroutine la_lapack::lacrt::zlacrt |
( |
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(inout) |
cx, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
complex(dp), dimension(*), intent(inout) |
cy, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
complex(dp), intent(in) |
c, |
|
|
complex(dp), intent(in) |
s |
|
) |
| |
The documentation for this interface was generated from the following file: