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

ROT: applies a plane rotation. More...

Public Member Functions

pure subroutine drot (n, dx, incx, dy, incy, c, s)
 
 la_drot
 
 la_qrot
 
pure subroutine srot (n, sx, incx, sy, incy, c, s)
 
 la_srot
 

Detailed Description

ROT: applies a plane rotation.

Member Function/Subroutine Documentation

◆ drot()

pure subroutine la_blas::rot::drot ( integer(ilp), intent(in)  n,
real(dp), dimension(*), intent(inout)  dx,
integer(ilp), intent(in)  incx,
real(dp), dimension(*), intent(inout)  dy,
integer(ilp), intent(in)  incy,
real(dp), intent(in)  c,
real(dp), intent(in)  s 
)

◆ la_drot()

la_blas::rot::la_drot

◆ la_qrot()

la_blas::rot::la_qrot

◆ la_srot()

la_blas::rot::la_srot

◆ srot()

pure subroutine la_blas::rot::srot ( integer(ilp), intent(in)  n,
real(sp), dimension(*), intent(inout)  sx,
integer(ilp), intent(in)  incx,
real(sp), dimension(*), intent(inout)  sy,
integer(ilp), intent(in)  incy,
real(sp), intent(in)  c,
real(sp), intent(in)  s 
)

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