fortran-lapack
Loading...
Searching...
No Matches
la_lapack::rot Interface Reference

ROT: applies a plane rotation, where the cos (C) is real and the sin (S) is complex, and the vectors CX and CY are complex. More...

Public Member Functions

pure subroutine crot (n, cx, incx, cy, incy, c, s)
 
 la_crot
 
 la_wrot
 
pure subroutine zrot (n, cx, incx, cy, incy, c, s)
 
 la_zrot
 

Detailed Description

ROT: applies a plane rotation, where the cos (C) is real and the sin (S) is complex, and the vectors CX and CY are complex.

Member Function/Subroutine Documentation

◆ crot()

pure subroutine la_lapack::rot::crot ( 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,
real(sp), intent(in)  c,
complex(sp), intent(in)  s 
)

◆ la_crot()

la_lapack::rot::la_crot

◆ la_wrot()

la_lapack::rot::la_wrot

◆ la_zrot()

la_lapack::rot::la_zrot

◆ zrot()

pure subroutine la_lapack::rot::zrot ( 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,
real(dp), intent(in)  c,
complex(dp), intent(in)  s 
)

The documentation for this interface was generated from the following file: