rocblas_zhemv_64 Interface Reference#
hipfort_rocblas::rocblas_zhemv_64 Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_zhemv_64_ (handle, uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
Member Function/Subroutine Documentation
◆ rocblas_zhemv_64_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zhemv_64::rocblas_zhemv_64_ | ( | type(c_ptr), value | handle, |
| integer(kind(rocblas_fill_upper)), value | uplo, | ||
| integer(c_int64_t), value | n, | ||
| complex(c_double_complex) | alpha, | ||
| type(c_ptr), value | a, | ||
| integer(c_int64_t), value | lda, | ||
| type(c_ptr), value | x, | ||
| integer(c_int64_t), value | incx, | ||
| complex(c_double_complex) | beta, | ||
| type(c_ptr), value | y, | ||
| integer(c_int64_t), value | incy | ||
| ) |
The documentation for this interface was generated from the following file: