Octopus
blas_oct_m::blas_copy Interface Reference

--------------— copy ---------------— Copies a vector, x, to a vector, y. More...

Detailed Description

--------------— copy ---------------— Copies a vector, x, to a vector, y.

Definition at line 205 of file blas.F90.

Public Member Functions

subroutine dcopy (n, dx, incx, dy, incy)
 
subroutine zcopy (n, dx, incx, dy, incy)
 

Member Function/Subroutine Documentation

◆ 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 
)
Parameters
[in]dxdx(n)
[out]dydy(n)

Definition at line 206 of file blas.F90.

◆ 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 
)
Parameters
[in]dxdx(n)
[out]dydy(n)

Definition at line 214 of file blas.F90.


The documentation for this interface was generated from the following file: