hipblascgetrsbatched Interface Reference

hipblascgetrsbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblascgetrsbatched Interface Reference
hipfort_hipblas::hipblascgetrsbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblascgetrsbatched_ (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascgetrsbatched_full_rank (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascgetrsbatched_rank_0 (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascgetrsbatched_rank_1 (handle, trans, n, nrhs, A, lda, ipiv, B, ldb, myInfo, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblascgetrsbatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsbatched::hipblascgetrsbatched_ ( 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)  A,
integer(c_int), value  lda,
type(c_ptr), value  ipiv,
type(c_ptr)  B,
integer(c_int), value  ldb,
type(c_ptr), value  myInfo,
integer(c_int), value  batchCount 
)

◆ hipblascgetrsbatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsbatched::hipblascgetrsbatched_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,
type(c_ptr)  ipiv,
complex(c_float_complex), dimension(:,:,:), target  B,
integer(c_int)  ldb,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblascgetrsbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsbatched::hipblascgetrsbatched_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,
type(c_ptr)  ipiv,
complex(c_float_complex), target  B,
integer(c_int)  ldb,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblascgetrsbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrsbatched::hipblascgetrsbatched_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,
type(c_ptr)  ipiv,
complex(c_float_complex), dimension(:), target  B,
integer(c_int)  ldb,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

The documentation for this interface was generated from the following file: