hipblascgetrf Interface Reference

hipblascgetrf Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblascgetrf Interface Reference
hipfort_hipblas::hipblascgetrf Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblascgetrf_ (handle, n, A, lda, ipiv, myInfo)
 
integer(kind(hipblas_status_success)) function hipblascgetrf_full_rank (handle, n, A, lda, ipiv, myInfo)
 
integer(kind(hipblas_status_success)) function hipblascgetrf_rank_0 (handle, n, A, lda, ipiv, myInfo)
 
integer(kind(hipblas_status_success)) function hipblascgetrf_rank_1 (handle, n, A, lda, ipiv, myInfo)
 

Member Function/Subroutine Documentation

◆ hipblascgetrf_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrf::hipblascgetrf_ ( type(c_ptr), value  handle,
integer(c_int), value  n,
type(c_ptr), value  A,
integer(c_int), value  lda,
type(c_ptr), value  ipiv,
type(c_ptr), value  myInfo 
)

◆ hipblascgetrf_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrf::hipblascgetrf_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,
type(c_ptr)  myInfo 
)

◆ hipblascgetrf_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrf::hipblascgetrf_rank_0 ( type(c_ptr)  handle,
integer(c_int)  n,
complex(c_float_complex), target  A,
integer(c_int)  lda,
type(c_ptr)  ipiv,
type(c_ptr)  myInfo 
)

◆ hipblascgetrf_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascgetrf::hipblascgetrf_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,
type(c_ptr)  myInfo 
)

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