Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_dcopy
Interface
22 statements
Source File
stdlib_blas.fypp
stdlib_blas
stdlib_dcopy
Contents
None
interface
public pure module subroutine stdlib_dcopy(n, dx, incx, dy, incy)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
real(kind=dp),
intent(in)
::
dx
(*)
integer(kind=ilp),
intent(in)
::
incx
real(kind=dp),
intent(out)
::
dy
(*)
integer(kind=ilp),
intent(in)
::
incy