hipblasdgetrsstridedbatched Interface Reference#
hipfort_hipblas::hipblasdgetrsstridedbatched Interface Reference
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblasdgetrsstridedbatched_ (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblasdgetrsstridedbatched_rank_0 (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblasdgetrsstridedbatched_rank_1 (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblasdgetrsstridedbatched_full_rank (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
Member Function/Subroutine Documentation
◆ hipblasdgetrsstridedbatched_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetrsstridedbatched::hipblasdgetrsstridedbatched_ | ( | 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 | ||
| ) |
◆ hipblasdgetrsstridedbatched_full_rank()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetrsstridedbatched::hipblasdgetrsstridedbatched_full_rank | ( | type(c_ptr) | handle, |
| integer(kind(hipblas_op_n)) | trans, | ||
| integer(c_int) | n, | ||
| integer(c_int) | nrhs, | ||
| real(c_double), dimension(:,:), target | a, | ||
| integer(c_int) | lda, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), dimension(:), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| real(c_double), dimension(:,:), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
◆ hipblasdgetrsstridedbatched_rank_0()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetrsstridedbatched::hipblasdgetrsstridedbatched_rank_0 | ( | type(c_ptr) | handle, |
| integer(kind(hipblas_op_n)) | trans, | ||
| integer(c_int) | n, | ||
| integer(c_int) | nrhs, | ||
| real(c_double), target | a, | ||
| integer(c_int) | lda, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| real(c_double), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
◆ hipblasdgetrsstridedbatched_rank_1()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgetrsstridedbatched::hipblasdgetrsstridedbatched_rank_1 | ( | type(c_ptr) | handle, |
| integer(kind(hipblas_op_n)) | trans, | ||
| integer(c_int) | n, | ||
| integer(c_int) | nrhs, | ||
| real(c_double), dimension(:), target | a, | ||
| integer(c_int) | lda, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), dimension(:), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| real(c_double), 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: