rocsolver_zhegvdx Interface Reference

rocsolver_zhegvdx Interface Reference#

HIPFORT API Reference: hipfort_rocsolver::rocsolver_zhegvdx Interface Reference
hipfort_rocsolver::rocsolver_zhegvdx Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocsolver_zhegvdx_ (handle, itype, evect, erange, uplo, n, a, lda, b, ldb, vl, vu, il, iu, nev, w, z, ldz, myinfo)
 
integer(kind(rocblas_status_success)) function rocsolver_zhegvdx_rank_0 (handle, itype, evect, erange, uplo, n, a, lda, b, ldb, vl, vu, il, iu, nev, w, z, ldz, myinfo)
 
integer(kind(rocblas_status_success)) function rocsolver_zhegvdx_rank_1 (handle, itype, evect, erange, uplo, n, a, lda, b, ldb, vl, vu, il, iu, nev, w, z, ldz, myinfo)
 
integer(kind(rocblas_status_success)) function rocsolver_zhegvdx_full_rank (handle, itype, evect, erange, uplo, n, a, lda, b, ldb, vl, vu, il, iu, nev, w, z, ldz, myinfo)
 

Member Function/Subroutine Documentation

◆ rocsolver_zhegvdx_()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegvdx::rocsolver_zhegvdx_ ( type(c_ptr), value  handle,
integer(kind(rocblas_eform_ax)), value  itype,
integer(kind(rocblas_evect_original)), value  evect,
integer(kind(rocblas_erange_all)), value  erange,
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,
real(c_double), value  vl,
real(c_double), value  vu,
integer(c_int), value  il,
integer(c_int), value  iu,
integer(c_int)  nev,
type(c_ptr), value  w,
type(c_ptr), value  z,
integer(c_int), value  ldz,
type(c_ptr), value  myinfo 
)

◆ rocsolver_zhegvdx_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegvdx::rocsolver_zhegvdx_full_rank ( type(c_ptr)  handle,
integer(kind(rocblas_eform_ax))  itype,
integer(kind(rocblas_evect_original))  evect,
integer(kind(rocblas_erange_all))  erange,
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,
real(c_double)  vl,
real(c_double)  vu,
integer(c_int)  il,
integer(c_int)  iu,
integer(c_int)  nev,
real(c_double), dimension(:), target  w,
complex(c_double_complex), dimension(:,:), target  z,
integer(c_int)  ldz,
integer(c_int), dimension(:), target  myinfo 
)

◆ rocsolver_zhegvdx_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegvdx::rocsolver_zhegvdx_rank_0 ( type(c_ptr)  handle,
integer(kind(rocblas_eform_ax))  itype,
integer(kind(rocblas_evect_original))  evect,
integer(kind(rocblas_erange_all))  erange,
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,
real(c_double)  vl,
real(c_double)  vu,
integer(c_int)  il,
integer(c_int)  iu,
integer(c_int)  nev,
real(c_double), target  w,
complex(c_double_complex), target  z,
integer(c_int)  ldz,
integer(c_int), target  myinfo 
)

◆ rocsolver_zhegvdx_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zhegvdx::rocsolver_zhegvdx_rank_1 ( type(c_ptr)  handle,
integer(kind(rocblas_eform_ax))  itype,
integer(kind(rocblas_evect_original))  evect,
integer(kind(rocblas_erange_all))  erange,
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,
real(c_double)  vl,
real(c_double)  vu,
integer(c_int)  il,
integer(c_int)  iu,
integer(c_int)  nev,
real(c_double), dimension(:), target  w,
complex(c_double_complex), dimension(:), target  z,
integer(c_int)  ldz,
integer(c_int), dimension(:), target  myinfo 
)

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