|
integer(kind(rocblas_status_success)) function | rocsolver_clarfg_ (handle, n, alpha, x, incx, tau) |
|
integer(kind(rocblas_status_success)) function | rocsolver_clarfg_rank_0 (handle, n, alpha, x, incx, tau) |
|
integer(kind(rocblas_status_success)) function | rocsolver_clarfg_rank_1 (handle, n, alpha, x, incx, tau) |
|
◆ rocsolver_clarfg_()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_clarfg::rocsolver_clarfg_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
n, |
|
|
complex(c_float_complex) |
alpha, |
|
|
type(c_ptr), value |
x, |
|
|
integer(c_int), value |
incx, |
|
|
complex(c_float_complex) |
tau |
|
) |
| |
◆ rocsolver_clarfg_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_clarfg::rocsolver_clarfg_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_float_complex) |
alpha, |
|
|
complex(c_float_complex), target |
x, |
|
|
integer(c_int) |
incx, |
|
|
complex(c_float_complex) |
tau |
|
) |
| |
◆ rocsolver_clarfg_rank_1()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_clarfg::rocsolver_clarfg_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_float_complex) |
alpha, |
|
|
complex(c_float_complex), dimension(:), target |
x, |
|
|
integer(c_int) |
incx, |
|
|
complex(c_float_complex) |
tau |
|
) |
| |
The documentation for this interface was generated from the following file: