|
integer(kind(rocblas_status_success)) function | rocsolver_zlarfg_ (handle, n, alpha, x, incx, tau) |
|
integer(kind(rocblas_status_success)) function | rocsolver_zlarfg_rank_0 (handle, n, alpha, x, incx, tau) |
|
integer(kind(rocblas_status_success)) function | rocsolver_zlarfg_rank_1 (handle, n, alpha, x, incx, tau) |
|
◆ rocsolver_zlarfg_()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlarfg::rocsolver_zlarfg_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
n, |
|
|
complex(c_double_complex) |
alpha, |
|
|
type(c_ptr), value |
x, |
|
|
integer(c_int), value |
incx, |
|
|
complex(c_double_complex) |
tau |
|
) |
| |
◆ rocsolver_zlarfg_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlarfg::rocsolver_zlarfg_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_double_complex) |
alpha, |
|
|
complex(c_double_complex), target |
x, |
|
|
integer(c_int) |
incx, |
|
|
complex(c_double_complex) |
tau |
|
) |
| |
◆ rocsolver_zlarfg_rank_1()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlarfg::rocsolver_zlarfg_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_double_complex) |
alpha, |
|
|
complex(c_double_complex), dimension(:), target |
x, |
|
|
integer(c_int) |
incx, |
|
|
complex(c_double_complex) |
tau |
|
) |
| |
The documentation for this interface was generated from the following file: