Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_blas::swap Interface Reference

SWAP: interchanges two vectors. More...

Public Member Functions

pure subroutine cswap (n, cx, incx, cy, incy)
 
 la_cswap
 
pure subroutine dswap (n, dx, incx, dy, incy)
 
 la_dswap
 
 la_qswap
 
pure subroutine sswap (n, sx, incx, sy, incy)
 
 la_sswap
 
 la_wswap
 
pure subroutine zswap (n, zx, incx, zy, incy)
 
 la_zswap
 

Detailed Description

SWAP: interchanges two vectors.

Member Function/Subroutine Documentation

◆ cswap()

pure subroutine la_blas::swap::cswap ( 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 )
Here is the call graph for this function:

◆ dswap()

pure subroutine la_blas::swap::dswap ( 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 )
Here is the call graph for this function:

◆ la_cswap()

la_blas::swap::la_cswap

◆ la_dswap()

la_blas::swap::la_dswap

◆ la_qswap()

la_blas::swap::la_qswap

◆ la_sswap()

la_blas::swap::la_sswap

◆ la_wswap()

la_blas::swap::la_wswap

◆ la_zswap()

la_blas::swap::la_zswap

◆ sswap()

pure subroutine la_blas::swap::sswap ( 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 )
Here is the call graph for this function:

◆ zswap()

pure subroutine la_blas::swap::zswap ( integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(inout) zx,
integer(ilp), intent(in) incx,
complex(dp), dimension(*), intent(inout) zy,
integer(ilp), intent(in) incy )
Here is the call graph for this function:

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