rocblas_dtrmm_strided_batched Interface Reference

rocblas_dtrmm_strided_batched Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_dtrmm_strided_batched Interface Reference
hipfort_rocblas::rocblas_dtrmm_strided_batched Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_dtrmm_strided_batched_ (handle, side, uplo, transa, diag, m, n, alpha, a, lda, stride_a, c, ldc, stride_c, batch_count)
 

Member Function/Subroutine Documentation

◆ rocblas_dtrmm_strided_batched_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_dtrmm_strided_batched::rocblas_dtrmm_strided_batched_ ( type(c_ptr), value  handle,
integer(kind(rocblas_side_left)), value  side,
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  m,
integer(c_int), value  n,
real(c_double)  alpha,
type(c_ptr), value  a,
integer(c_int), value  lda,
integer(c_int64_t), value  stride_a,
type(c_ptr), value  c,
integer(c_int), value  ldc,
integer(c_int64_t), value  stride_c,
integer(c_int), value  batch_count 
)

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