rocblas_cherk_64 Interface Reference#
hipfort_rocblas::rocblas_cherk_64 Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_cherk_64_ (handle, uplo, transa, n, k, alpha, a, lda, beta, c, ldc) |
Member Function/Subroutine Documentation
◆ rocblas_cherk_64_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_cherk_64::rocblas_cherk_64_ | ( | type(c_ptr), value | handle, |
| integer(kind(rocblas_fill_upper)), value | uplo, | ||
| integer(kind(rocblas_operation_none)), value | transa, | ||
| integer(c_int64_t), value | n, | ||
| integer(c_int64_t), value | k, | ||
| real(c_float) | alpha, | ||
| type(c_ptr), value | a, | ||
| integer(c_int64_t), value | lda, | ||
| real(c_float) | beta, | ||
| type(c_ptr), value | c, | ||
| integer(c_int64_t), value | ldc | ||
| ) |
The documentation for this interface was generated from the following file: