hipblaszgetrsstridedbatched Interface Reference#
hipfort_hipblas::hipblaszgetrsstridedbatched Interface Reference
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblaszgetrsstridedbatched_ (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblaszgetrsstridedbatched_rank_0 (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblaszgetrsstridedbatched_rank_1 (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblaszgetrsstridedbatched_full_rank (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
Member Function/Subroutine Documentation
◆ hipblaszgetrsstridedbatched_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszgetrsstridedbatched::hipblaszgetrsstridedbatched_ | ( | 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, | ||
| integer(c_int64_t), value | stridea, | ||
| type(c_ptr), value | ipiv, | ||
| integer(c_int64_t), value | stridep, | ||
| type(c_ptr), value | b, | ||
| integer(c_int), value | ldb, | ||
| integer(c_int64_t), value | strideb, | ||
| type(c_ptr), value | myinfo, | ||
| integer(c_int), value | batchcount | ||
| ) |
◆ hipblaszgetrsstridedbatched_full_rank()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszgetrsstridedbatched::hipblaszgetrsstridedbatched_full_rank | ( | type(c_ptr) | handle, |
| integer(kind(hipblas_op_n)) | trans, | ||
| integer(c_int) | n, | ||
| integer(c_int) | nrhs, | ||
| complex(c_double_complex), dimension(:,:), target | a, | ||
| integer(c_int) | lda, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), dimension(:), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| complex(c_double_complex), dimension(:,:), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
◆ hipblaszgetrsstridedbatched_rank_0()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszgetrsstridedbatched::hipblaszgetrsstridedbatched_rank_0 | ( | type(c_ptr) | handle, |
| integer(kind(hipblas_op_n)) | trans, | ||
| integer(c_int) | n, | ||
| integer(c_int) | nrhs, | ||
| complex(c_double_complex), target | a, | ||
| integer(c_int) | lda, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| complex(c_double_complex), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
◆ hipblaszgetrsstridedbatched_rank_1()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszgetrsstridedbatched::hipblaszgetrsstridedbatched_rank_1 | ( | type(c_ptr) | handle, |
| integer(kind(hipblas_op_n)) | trans, | ||
| integer(c_int) | n, | ||
| integer(c_int) | nrhs, | ||
| complex(c_double_complex), dimension(:), target | a, | ||
| integer(c_int) | lda, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), dimension(:), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| complex(c_double_complex), dimension(:), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
The documentation for this interface was generated from the following file: