hipblassgetrsstridedbatched Interface Reference

hipblassgetrsstridedbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblassgetrsstridedbatched Interface Reference
hipfort_hipblas::hipblassgetrsstridedbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblassgetrsstridedbatched_ (handle, trans, n, nrhs, A, lda, strideA, ipiv, strideP, B, ldb, strideB, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblassgetrsstridedbatched_full_rank (handle, trans, n, nrhs, A, lda, strideA, ipiv, strideP, B, ldb, strideB, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblassgetrsstridedbatched_rank_0 (handle, trans, n, nrhs, A, lda, strideA, ipiv, strideP, B, ldb, strideB, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblassgetrsstridedbatched_rank_1 (handle, trans, n, nrhs, A, lda, strideA, ipiv, strideP, B, ldb, strideB, myInfo, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblassgetrsstridedbatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrsstridedbatched::hipblassgetrsstridedbatched_ ( 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 
)

◆ hipblassgetrsstridedbatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrsstridedbatched::hipblassgetrsstridedbatched_full_rank ( type(c_ptr)  handle,
integer(kind(hipblas_op_n))  trans,
integer(c_int)  n,
integer(c_int)  nrhs,
real(c_float), dimension(:,:), target  A,
integer(c_int)  lda,
integer(c_int64_t)  strideA,
type(c_ptr)  ipiv,
integer(c_int64_t)  strideP,
real(c_float), dimension(:,:), target  B,
integer(c_int)  ldb,
integer(c_int64_t)  strideB,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblassgetrsstridedbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrsstridedbatched::hipblassgetrsstridedbatched_rank_0 ( type(c_ptr)  handle,
integer(kind(hipblas_op_n))  trans,
integer(c_int)  n,
integer(c_int)  nrhs,
real(c_float), target  A,
integer(c_int)  lda,
integer(c_int64_t)  strideA,
type(c_ptr)  ipiv,
integer(c_int64_t)  strideP,
real(c_float), target  B,
integer(c_int)  ldb,
integer(c_int64_t)  strideB,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblassgetrsstridedbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblassgetrsstridedbatched::hipblassgetrsstridedbatched_rank_1 ( type(c_ptr)  handle,
integer(kind(hipblas_op_n))  trans,
integer(c_int)  n,
integer(c_int)  nrhs,
real(c_float), dimension(:), target  A,
integer(c_int)  lda,
integer(c_int64_t)  strideA,
type(c_ptr)  ipiv,
integer(c_int64_t)  strideP,
real(c_float), 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: