hipsolvercungtr Interface Reference

hipsolvercungtr Interface Reference#

HIPFORT API Reference: hipfort_hipsolver::hipsolvercungtr Interface Reference
hipfort_hipsolver::hipsolvercungtr Interface Reference

Public Member Functions

integer(kind(hipsolver_status_success)) function hipsolvercungtr_ (handle, uplo, n, A, lda, tau, work, lwork, devInfo)
 
integer(kind(hipsolver_status_success)) function hipsolvercungtr_full_rank (handle, uplo, n, A, lda, tau, work, lwork, devInfo)
 
integer(kind(hipsolver_status_success)) function hipsolvercungtr_rank_0 (handle, uplo, n, A, lda, tau, work, lwork, devInfo)
 
integer(kind(hipsolver_status_success)) function hipsolvercungtr_rank_1 (handle, uplo, n, A, lda, tau, work, lwork, devInfo)
 

Member Function/Subroutine Documentation

◆ hipsolvercungtr_()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolvercungtr::hipsolvercungtr_ ( type(c_ptr), value  handle,
integer(kind(hipsolver_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
type(c_ptr), value  A,
integer(c_int), value  lda,
complex(c_float_complex)  tau,
type(c_ptr), value  work,
integer(c_int), value  lwork,
integer(c_int)  devInfo 
)

◆ hipsolvercungtr_full_rank()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolvercungtr::hipsolvercungtr_full_rank ( type(c_ptr)  handle,
integer(kind(hipsolver_fill_mode_upper))  uplo,
integer(c_int)  n,
complex(c_float_complex), dimension(:,:), target  A,
integer(c_int)  lda,
complex(c_float_complex)  tau,
type(c_ptr)  work,
integer(c_int)  lwork,
integer(c_int)  devInfo 
)

◆ hipsolvercungtr_rank_0()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolvercungtr::hipsolvercungtr_rank_0 ( type(c_ptr)  handle,
integer(kind(hipsolver_fill_mode_upper))  uplo,
integer(c_int)  n,
complex(c_float_complex), target  A,
integer(c_int)  lda,
complex(c_float_complex)  tau,
type(c_ptr)  work,
integer(c_int)  lwork,
integer(c_int)  devInfo 
)

◆ hipsolvercungtr_rank_1()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolvercungtr::hipsolvercungtr_rank_1 ( type(c_ptr)  handle,
integer(kind(hipsolver_fill_mode_upper))  uplo,
integer(c_int)  n,
complex(c_float_complex), dimension(:), target  A,
integer(c_int)  lda,
complex(c_float_complex)  tau,
type(c_ptr)  work,
integer(c_int)  lwork,
integer(c_int)  devInfo 
)

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