|
subroutine | dcopy (N, DX, INCX, DY, INCY) |
|
Definition at line 98 of file blas.f90.
subroutine blas::DCOPY::dcopy |
( |
integer(intg), intent(in) |
N, |
|
|
real(dp), dimension(*), intent(in) |
DX, |
|
|
integer(intg), intent(in) |
INCX, |
|
|
real(dp), dimension(*), intent(out) |
DY, |
|
|
integer(intg), intent(in) |
INCY |
|
) |
| |