hipblasdgeqrfbatched Interface Reference

hipblasdgeqrfbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasdgeqrfbatched Interface Reference
hipfort_hipblas::hipblasdgeqrfbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasdgeqrfbatched_ (handle, m, n, A, lda, ipiv, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblasdgeqrfbatched_full_rank (handle, m, n, A, lda, ipiv, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblasdgeqrfbatched_rank_0 (handle, m, n, A, lda, ipiv, myInfo, batchCount)
 
integer(kind(hipblas_status_success)) function hipblasdgeqrfbatched_rank_1 (handle, m, n, A, lda, ipiv, myInfo, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblasdgeqrfbatched_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgeqrfbatched::hipblasdgeqrfbatched_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
type(c_ptr)  A,
integer(c_int), value  lda,
type(c_ptr)  ipiv,
type(c_ptr), value  myInfo,
integer(c_int), value  batchCount 
)

◆ hipblasdgeqrfbatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgeqrfbatched::hipblasdgeqrfbatched_full_rank ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
real(c_double), dimension(:,:,:), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblasdgeqrfbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgeqrfbatched::hipblasdgeqrfbatched_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
real(c_double), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

◆ hipblasdgeqrfbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdgeqrfbatched::hipblasdgeqrfbatched_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
real(c_double), dimension(:), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
type(c_ptr)  myInfo,
integer(c_int)  batchCount 
)

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