|
integer(kind(hipblas_status_success)) function | hipblassgetrfstridedbatched_ (handle, n, A, lda, strideA, ipiv, strideP, myInfo, batchCount) |
|
integer(kind(hipblas_status_success)) function | hipblassgetrfstridedbatched_full_rank (handle, n, A, lda, strideA, ipiv, strideP, myInfo, batchCount) |
|
integer(kind(hipblas_status_success)) function | hipblassgetrfstridedbatched_rank_0 (handle, n, A, lda, strideA, ipiv, strideP, myInfo, batchCount) |
|
integer(kind(hipblas_status_success)) function | hipblassgetrfstridedbatched_rank_1 (handle, n, A, lda, strideA, ipiv, strideP, myInfo, batchCount) |
|
◆ hipblassgetrfstridedbatched_()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrfstridedbatched::hipblassgetrfstridedbatched_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
n, |
|
|
type(c_ptr), value |
A, |
|
|
integer(c_int), value |
lda, |
|
|
integer(c_int64_t), value |
strideA, |
|
|
type(c_ptr), value |
ipiv, |
|
|
integer(c_int64_t), value |
strideP, |
|
|
type(c_ptr), value |
myInfo, |
|
|
integer(c_int), value |
batchCount |
|
) |
| |
◆ hipblassgetrfstridedbatched_full_rank()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrfstridedbatched::hipblassgetrfstridedbatched_full_rank |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
real(c_float), dimension(:,:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
integer(c_int64_t) |
strideA, |
|
|
type(c_ptr) |
ipiv, |
|
|
integer(c_int64_t) |
strideP, |
|
|
type(c_ptr) |
myInfo, |
|
|
integer(c_int) |
batchCount |
|
) |
| |
◆ hipblassgetrfstridedbatched_rank_0()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrfstridedbatched::hipblassgetrfstridedbatched_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
real(c_float), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
integer(c_int64_t) |
strideA, |
|
|
type(c_ptr) |
ipiv, |
|
|
integer(c_int64_t) |
strideP, |
|
|
type(c_ptr) |
myInfo, |
|
|
integer(c_int) |
batchCount |
|
) |
| |
◆ hipblassgetrfstridedbatched_rank_1()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrfstridedbatched::hipblassgetrfstridedbatched_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
real(c_float), dimension(:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
integer(c_int64_t) |
strideA, |
|
|
type(c_ptr) |
ipiv, |
|
|
integer(c_int64_t) |
strideP, |
|
|
type(c_ptr) |
myInfo, |
|
|
integer(c_int) |
batchCount |
|
) |
| |
The documentation for this interface was generated from the following file: