hipblascgetribatched Interface Reference

hipblascgetribatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblascgetribatched Interface Reference
hipfort_hipblas::hipblascgetribatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblascgetribatched_ (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascgetribatched_full_rank (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascgetribatched_rank_0 (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascgetribatched_rank_1 (handle, n, A, lda, ipiv, C, ldc, myInfo, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblascgetribatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetribatched::hipblascgetribatched_ ( type(c_ptr), value  handle,
integer(c_int), value  n,
type(c_ptr)  A,
integer(c_int), value  lda,
type(c_ptr), value  ipiv,
type(c_ptr)  C,
integer(c_int), value  ldc,
type(c_ptr), value  myInfo,
integer(c_int), value  batchCount 
)

◆ hipblascgetribatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetribatched::hipblascgetribatched_full_rank ( type(c_ptr)  handle,
integer(c_int)  n,
complex(c_float_complex), dimension(:,:,:), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
complex(c_float_complex), dimension(:,:,:), target  C,
integer(c_int)  ldc,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblascgetribatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetribatched::hipblascgetribatched_rank_0 ( type(c_ptr)  handle,
integer(c_int)  n,
complex(c_float_complex), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
complex(c_float_complex), target  C,
integer(c_int)  ldc,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblascgetribatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetribatched::hipblascgetribatched_rank_1 ( type(c_ptr)  handle,
integer(c_int)  n,
complex(c_float_complex), dimension(:), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
complex(c_float_complex), dimension(:), target  C,
integer(c_int)  ldc,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

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