rocsolver_zhegst Interface Reference

rocsolver_zhegst Interface Reference#

HIPFORT API Reference: hipfort_rocsolver::rocsolver_zhegst Interface Reference
hipfort_rocsolver::rocsolver_zhegst Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocsolver_zhegst_ (handle, itype, uplo, n, A, lda, B, ldb)
 
integer(kind(rocblas_status_success)) function rocsolver_zhegst_full_rank (handle, itype, uplo, n, A, lda, B, ldb)
 
integer(kind(rocblas_status_success)) function rocsolver_zhegst_rank_0 (handle, itype, uplo, n, A, lda, B, ldb)
 
integer(kind(rocblas_status_success)) function rocsolver_zhegst_rank_1 (handle, itype, uplo, n, A, lda, B, ldb)
 

Member Function/Subroutine Documentation

◆ rocsolver_zhegst_()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegst::rocsolver_zhegst_ ( type(c_ptr), value  handle,
integer(kind(rocblas_eform_ax)), value  itype,
integer(kind(rocblas_fill_upper)), value  uplo,
integer(c_int), value  n,
type(c_ptr), value  A,
integer(c_int), value  lda,
type(c_ptr), value  B,
integer(c_int), value  ldb 
)

◆ rocsolver_zhegst_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegst::rocsolver_zhegst_full_rank ( type(c_ptr)  handle,
integer(kind(rocblas_eform_ax))  itype,
integer(kind(rocblas_fill_upper))  uplo,
integer(c_int)  n,
complex(c_double_complex), dimension(:,:), target  A,
integer(c_int)  lda,
complex(c_double_complex), dimension(:,:), target  B,
integer(c_int)  ldb 
)

◆ rocsolver_zhegst_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegst::rocsolver_zhegst_rank_0 ( type(c_ptr)  handle,
integer(kind(rocblas_eform_ax))  itype,
integer(kind(rocblas_fill_upper))  uplo,
integer(c_int)  n,
complex(c_double_complex), target  A,
integer(c_int)  lda,
complex(c_double_complex), target  B,
integer(c_int)  ldb 
)

◆ rocsolver_zhegst_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegst::rocsolver_zhegst_rank_1 ( type(c_ptr)  handle,
integer(kind(rocblas_eform_ax))  itype,
integer(kind(rocblas_fill_upper))  uplo,
integer(c_int)  n,
complex(c_double_complex), dimension(:), target  A,
integer(c_int)  lda,
complex(c_double_complex), dimension(:), target  B,
integer(c_int)  ldb 
)

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