dcopy Subroutine

subroutine dcopy(n, sx, incx, sy, incy)

Arguments

Type IntentOptional Attributes Name
integer :: n
double precision :: sx(1)
integer :: incx
double precision :: sy(1)
integer :: incy

Variables

Type Visibility Attributes Name Initial
integer, public :: i
integer, public :: ix
integer, public :: iy
integer, public :: m
integer, public :: mp1