rocblas_dtrsv_batched Interface Reference

rocblas_dtrsv_batched Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_dtrsv_batched Interface Reference
hipfort_rocblas::rocblas_dtrsv_batched Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_dtrsv_batched_ (handle, uplo, transa, diag, n, a, lda, x, incx, batch_count)
 

Member Function/Subroutine Documentation

◆ rocblas_dtrsv_batched_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_dtrsv_batched::rocblas_dtrsv_batched_ ( type(c_ptr), value  handle,
integer(kind(rocblas_fill_upper)), value  uplo,
integer(kind(rocblas_operation_none)), value  transa,
integer(kind(rocblas_diagonal_non_unit)), value  diag,
integer(c_int), value  n,
type(c_ptr), value  a,
integer(c_int), value  lda,
type(c_ptr), value  x,
integer(c_int), value  incx,
integer(c_int), value  batch_count 
)

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