hipblascgetrsstridedbatched Interface Reference#
hipfort_hipblas::hipblascgetrsstridedbatched Interface Reference
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblascgetrsstridedbatched_ (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblascgetrsstridedbatched_rank_0 (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblascgetrsstridedbatched_rank_1 (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
| integer(kind(hipblas_status_success)) function | hipblascgetrsstridedbatched_full_rank (handle, trans, n, nrhs, a, lda, stridea, ipiv, stridep, b, ldb, strideb, myinfo, batchcount) |
Member Function/Subroutine Documentation
◆ hipblascgetrsstridedbatched_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsstridedbatched::hipblascgetrsstridedbatched_ | ( | 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 | ||
| ) |
◆ hipblascgetrsstridedbatched_full_rank()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsstridedbatched::hipblascgetrsstridedbatched_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, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), dimension(:), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| complex(c_float_complex), dimension(:,:), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
◆ hipblascgetrsstridedbatched_rank_0()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsstridedbatched::hipblascgetrsstridedbatched_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, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| complex(c_float_complex), target | b, | ||
| integer(c_int) | ldb, | ||
| integer(c_int64_t) | strideb, | ||
| type(c_ptr) | myinfo, | ||
| integer(c_int) | batchcount | ||
| ) |
◆ hipblascgetrsstridedbatched_rank_1()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsstridedbatched::hipblascgetrsstridedbatched_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, | ||
| integer(c_int64_t) | stridea, | ||
| integer(c_int), dimension(:), target | ipiv, | ||
| integer(c_int64_t) | stridep, | ||
| complex(c_float_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: