odrpack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
dswap
Interface
FreeBSD Documentation License
78 statements
Source File
blas_interfaces.f90
blas_interfaces
dswap
Contents
None
interface
public pure subroutine dswap(n, x, incx, y, incy)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
(*)
integer,
intent(in)
::
incx
real(kind=dp),
intent(inout)
::
y
(*)
integer,
intent(in)
::
incy
Description
Interchange vectors.