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