hipblasztrsv Interface Reference

hipblasztrsv Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasztrsv Interface Reference
hipfort_hipblas::hipblasztrsv Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasztrsv_orig (handle, uplo, transA, diag, m, A, lda, x, incx)
 
integer(kind(hipblas_status_success)) function hipblasztrsv_full_rank (handle, uplo, transA, diag, m, A, lda, x, incx)
 
integer(kind(hipblas_status_success)) function hipblasztrsv_rank_0 (handle, uplo, transA, diag, m, A, lda, x, incx)
 
integer(kind(hipblas_status_success)) function hipblasztrsv_rank_1 (handle, uplo, transA, diag, m, A, lda, x, incx)
 

Member Function/Subroutine Documentation

◆ hipblasztrsv_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrsv::hipblasztrsv_full_rank ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(kind(hipblas_op_n)), value  transA,
integer(kind(hipblas_diag_non_unit)), value  diag,
integer(c_int), value  m,
complex(c_double_complex), dimension(:,:), target  A,
integer(c_int), value  lda,
complex(c_double_complex), dimension(:), target  x,
integer(c_int), value  incx 
)

◆ hipblasztrsv_orig()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrsv::hipblasztrsv_orig ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(kind(hipblas_op_n)), value  transA,
integer(kind(hipblas_diag_non_unit)), value  diag,
integer(c_int), value  m,
type(c_ptr), value  A,
integer(c_int), value  lda,
type(c_ptr), value  x,
integer(c_int), value  incx 
)

◆ hipblasztrsv_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrsv::hipblasztrsv_rank_0 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(kind(hipblas_op_n)), value  transA,
integer(kind(hipblas_diag_non_unit)), value  diag,
integer(c_int), value  m,
complex(c_double_complex), target  A,
integer(c_int), value  lda,
complex(c_double_complex), target  x,
integer(c_int), value  incx 
)

◆ hipblasztrsv_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasztrsv::hipblasztrsv_rank_1 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(kind(hipblas_op_n)), value  transA,
integer(kind(hipblas_diag_non_unit)), value  diag,
integer(c_int), value  m,
complex(c_double_complex), dimension(:), target  A,
integer(c_int), value  lda,
complex(c_double_complex), dimension(:), target  x,
integer(c_int), value  incx 
)

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