Octopus
blas_oct_m::blas_swap Interface Reference

--------------— swap ---------------— Interchanges two vectors. More...

Detailed Description

--------------— swap ---------------— Interchanges two vectors.

Definition at line 130 of file blas.F90.

Public Member Functions

subroutine dswap (n, dx, incx, dy, incy)
 
subroutine zswap (n, dx, incx, dy, incy)
 

Member Function/Subroutine Documentation

◆ dswap()

subroutine blas_oct_m::blas_swap::dswap ( integer, intent(in)  n,
real(real64), intent(inout)  dx,
integer, intent(in)  incx,
real(real64), intent(inout)  dy,
integer, intent(in)  incy 
)
Parameters
[in,out]dydx(n), dy(n)

Definition at line 131 of file blas.F90.

◆ zswap()

subroutine blas_oct_m::blas_swap::zswap ( integer, intent(in)  n,
complex(real64), intent(inout)  dx,
integer, intent(in)  incx,
complex(real64), intent(inout)  dy,
integer, intent(in)  incy 
)
Parameters
[in,out]dydx(n), dy(n)

Definition at line 138 of file blas.F90.


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