rocsolver_clacgv Interface Reference#
hipfort_rocsolver::rocsolver_clacgv Interface Reference
The LACGV functions conjugate the complex vector x.
More...
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocsolver_clacgv_ (handle, n, x, incx) |
| integer(kind(rocblas_status_success)) function | rocsolver_clacgv_rank_0 (handle, n, x, incx) |
| integer(kind(rocblas_status_success)) function | rocsolver_clacgv_rank_1 (handle, n, x, incx) |
Detailed Description
The LACGV functions conjugate the complex vector x.
Conjugates the n entries of a complex vector x with increment incx.
- Parameters
-
[in] handle - rocblas_handle. [in] n - rocblas_int. n >= 0. The dimension of vector x. [in,out] x - pointer to type. Array on the GPU of size at least n (size depends on the value of incx). On entry, the vector x. On exit, each entry is overwritten with its conjugate value. [in] incx - rocblas_int. incx != 0. The distance between two consecutive elements of x. If incx is negative, the elements of x are indexed in reverse order.
Member Function/Subroutine Documentation
◆ rocsolver_clacgv_()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_clacgv::rocsolver_clacgv_ | ( | type(c_ptr), value | handle, |
| integer(c_int), value | n, | ||
| type(c_ptr), value | x, | ||
| integer(c_int), value | incx | ||
| ) |
◆ rocsolver_clacgv_rank_0()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_clacgv::rocsolver_clacgv_rank_0 | ( | type(c_ptr) | handle, |
| integer(c_int) | n, | ||
| complex(c_float_complex), target | x, | ||
| integer(c_int) | incx | ||
| ) |
◆ rocsolver_clacgv_rank_1()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_clacgv::rocsolver_clacgv_rank_1 | ( | type(c_ptr) | handle, |
| integer(c_int) | n, | ||
| complex(c_float_complex), dimension(:), target | x, | ||
| integer(c_int) | incx | ||
| ) |
The documentation for this interface was generated from the following file: