--------------— copy ---------------— Copies a vector, x, to a vector, y.
More...
--------------— copy ---------------— Copies a vector, x, to a vector, y.
Definition at line 205 of file blas.F90.
|
subroutine | dcopy (n, dx, incx, dy, incy) |
|
subroutine | zcopy (n, dx, incx, dy, incy) |
|
◆ dcopy()
subroutine blas_oct_m::blas_copy::dcopy |
( |
integer, intent(in) |
n, |
|
|
real(real64), intent(in) |
dx, |
|
|
integer, intent(in) |
incx, |
|
|
real(real64), intent(out) |
dy, |
|
|
integer, intent(in) |
incy |
|
) |
| |
◆ zcopy()
subroutine blas_oct_m::blas_copy::zcopy |
( |
integer, intent(in) |
n, |
|
|
complex(real64), intent(in) |
dx, |
|
|
integer, intent(in) |
incx, |
|
|
complex(real64), intent(out) |
dy, |
|
|
integer, intent(in) |
incy |
|
) |
| |
The documentation for this interface was generated from the following file: