|
subroutine | scopy (N, DX, INCX, DY, INCY) |
|
Definition at line 89 of file blas.f90.
subroutine blas::SCOPY::scopy |
( |
integer(intg), intent(in) |
N, |
|
|
real(sp), dimension(*), intent(in) |
DX, |
|
|
integer(intg), intent(in) |
INCX, |
|
|
real(sp), dimension(*), intent(out) |
DY, |
|
|
integer(intg), intent(in) |
INCY |
|
) |
| |