rocblas_tssgemv_batched Interface Reference#
hipfort_rocblas::rocblas_tssgemv_batched Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_tssgemv_batched_ (handle, trans, m, n, alpha, a, lda, x, incx, beta, y, incy, batch_count) |
Member Function/Subroutine Documentation
◆ rocblas_tssgemv_batched_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_tssgemv_batched::rocblas_tssgemv_batched_ | ( | type(c_ptr), value | handle, |
| integer(kind(rocblas_operation_none)), value | trans, | ||
| integer(c_int), value | m, | ||
| integer(c_int), value | n, | ||
| real(c_float) | alpha, | ||
| type(c_ptr), value | a, | ||
| integer(c_int), value | lda, | ||
| type(c_ptr), value | x, | ||
| integer(c_int), value | incx, | ||
| real(c_float) | beta, | ||
| type(c_ptr), value | y, | ||
| integer(c_int), value | incy, | ||
| integer(c_int), value | batch_count | ||
| ) |
The documentation for this interface was generated from the following file: