rocblas_zsyrkx_batched Interface Reference#
hipfort_rocblas::rocblas_zsyrkx_batched Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_zsyrkx_batched_ (handle, uplo, trans, n, k, alpha, a, lda, b, ldb, beta, c, ldc, batch_count) |
Member Function/Subroutine Documentation
◆ rocblas_zsyrkx_batched_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zsyrkx_batched::rocblas_zsyrkx_batched_ | ( | type(c_ptr), value | handle, |
| integer(kind(rocblas_fill_upper)), value | uplo, | ||
| integer(kind(rocblas_operation_none)), value | trans, | ||
| integer(c_int), value | n, | ||
| integer(c_int), value | k, | ||
| complex(c_double_complex) | alpha, | ||
| type(c_ptr), value | a, | ||
| integer(c_int), value | lda, | ||
| type(c_ptr), value | b, | ||
| integer(c_int), value | ldb, | ||
| complex(c_double_complex) | beta, | ||
| type(c_ptr), value | c, | ||
| integer(c_int), value | ldc, | ||
| integer(c_int), value | batch_count | ||
| ) |
The documentation for this interface was generated from the following file: