Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
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 )
Here is the call graph for this function:

◆ la_csrot()

la_blas::srot::la_csrot

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