rocblas_dgeam_64 Interface Reference#
hipfort_rocblas::rocblas_dgeam_64 Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_dgeam_64_ (handle, transa, transb, m, n, alpha, a, lda, beta, b, ldb, c, ldc) |
Member Function/Subroutine Documentation
◆ rocblas_dgeam_64_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_dgeam_64::rocblas_dgeam_64_ | ( | type(c_ptr), value | handle, |
| integer(kind(rocblas_operation_none)), value | transa, | ||
| integer(kind(rocblas_operation_none)), value | transb, | ||
| integer(c_int64_t), value | m, | ||
| integer(c_int64_t), value | n, | ||
| real(c_double) | alpha, | ||
| type(c_ptr), value | a, | ||
| integer(c_int64_t), value | lda, | ||
| real(c_double) | beta, | ||
| type(c_ptr), value | b, | ||
| integer(c_int64_t), value | ldb, | ||
| type(c_ptr), value | c, | ||
| integer(c_int64_t), value | ldc | ||
| ) |
The documentation for this interface was generated from the following file: