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