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