|
integer(kind(hipblas_status_success)) function | hipblascgetrs_ (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo) |
|
integer(kind(hipblas_status_success)) function | hipblascgetrs_full_rank (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo) |
|
integer(kind(hipblas_status_success)) function | hipblascgetrs_rank_0 (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo) |
|
integer(kind(hipblas_status_success)) function | hipblascgetrs_rank_1 (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo) |
|
◆ hipblascgetrs_()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrs::hipblascgetrs_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(kind(hipblas_op_n)), value |
trans, |
|
|
integer(c_int), value |
n, |
|
|
integer(c_int), value |
nrhs, |
|
|
type(c_ptr), value |
A, |
|
|
integer(c_int), value |
lda, |
|
|
type(c_ptr), value |
ipiv, |
|
|
type(c_ptr), value |
B, |
|
|
integer(c_int), value |
ldb, |
|
|
type(c_ptr), value |
myInfo |
|
) |
| |
◆ hipblascgetrs_full_rank()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrs::hipblascgetrs_full_rank |
( |
type(c_ptr) |
handle, |
|
|
integer(kind(hipblas_op_n)) |
trans, |
|
|
integer(c_int) |
n, |
|
|
integer(c_int) |
nrhs, |
|
|
complex(c_float_complex), dimension(:,:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
type(c_ptr) |
ipiv, |
|
|
complex(c_float_complex), dimension(:,:), target |
B, |
|
|
integer(c_int) |
ldb, |
|
|
type(c_ptr) |
myInfo |
|
) |
| |
◆ hipblascgetrs_rank_0()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrs::hipblascgetrs_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(kind(hipblas_op_n)) |
trans, |
|
|
integer(c_int) |
n, |
|
|
integer(c_int) |
nrhs, |
|
|
complex(c_float_complex), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
type(c_ptr) |
ipiv, |
|
|
complex(c_float_complex), target |
B, |
|
|
integer(c_int) |
ldb, |
|
|
type(c_ptr) |
myInfo |
|
) |
| |
◆ hipblascgetrs_rank_1()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrs::hipblascgetrs_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(kind(hipblas_op_n)) |
trans, |
|
|
integer(c_int) |
n, |
|
|
integer(c_int) |
nrhs, |
|
|
complex(c_float_complex), dimension(:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
type(c_ptr) |
ipiv, |
|
|
complex(c_float_complex), dimension(:), target |
B, |
|
|
integer(c_int) |
ldb, |
|
|
type(c_ptr) |
myInfo |
|
) |
| |
The documentation for this interface was generated from the following file: