|
integer(kind(rocblas_status_success)) function | rocsolver_zlaswp_ (handle, n, A, lda, k1, k2, ipiv, incx) |
|
integer(kind(rocblas_status_success)) function | rocsolver_zlaswp_full_rank (handle, n, A, lda, k1, k2, ipiv, incx) |
|
integer(kind(rocblas_status_success)) function | rocsolver_zlaswp_rank_0 (handle, n, A, lda, k1, k2, ipiv, incx) |
|
integer(kind(rocblas_status_success)) function | rocsolver_zlaswp_rank_1 (handle, n, A, lda, k1, k2, ipiv, incx) |
|
◆ rocsolver_zlaswp_()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlaswp::rocsolver_zlaswp_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
n, |
|
|
type(c_ptr), value |
A, |
|
|
integer(c_int), value |
lda, |
|
|
integer(c_int), value |
k1, |
|
|
integer(c_int), value |
k2, |
|
|
type(c_ptr), value |
ipiv, |
|
|
integer(c_int), value |
incx |
|
) |
| |
◆ rocsolver_zlaswp_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlaswp::rocsolver_zlaswp_full_rank |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_double_complex), dimension(:,:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
integer(c_int) |
k1, |
|
|
integer(c_int) |
k2, |
|
|
integer(c_int), dimension(:), target |
ipiv, |
|
|
integer(c_int) |
incx |
|
) |
| |
◆ rocsolver_zlaswp_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlaswp::rocsolver_zlaswp_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_double_complex), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
integer(c_int) |
k1, |
|
|
integer(c_int) |
k2, |
|
|
integer(c_int), target |
ipiv, |
|
|
integer(c_int) |
incx |
|
) |
| |
◆ rocsolver_zlaswp_rank_1()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zlaswp::rocsolver_zlaswp_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
complex(c_double_complex), dimension(:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
integer(c_int) |
k1, |
|
|
integer(c_int) |
k2, |
|
|
integer(c_int), dimension(:), target |
ipiv, |
|
|
integer(c_int) |
incx |
|
) |
| |
The documentation for this interface was generated from the following file: