dcopy Interface

interface
public pure subroutine dcopy(n, x, incx, y, incy)

Arguments

Type IntentOptional 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

Vector copy Y = X.