fortran-lapack
Loading...
Searching...
No Matches
la_blas::srot Interface Reference

SROT: applies a plane rotation, where the cos and sin (c and s) are real and the vectors cx and cy are complex. jack dongarra, linpack, 3/11/78. More...

Public Member Functions

pure subroutine csrot (n, cx, incx, cy, incy, c, s)
 
 la_csrot
 

Detailed Description

SROT: applies a plane rotation, where the cos and sin (c and s) are real and the vectors cx and cy are complex. jack dongarra, linpack, 3/11/78.

Member Function/Subroutine Documentation

◆ csrot()

pure subroutine la_blas::srot::csrot ( 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,
real(sp), intent(in)  s 
)

◆ la_csrot()

la_blas::srot::la_csrot

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