hipblaszsymvbatched Interface Reference#
hipfort_hipblas::hipblaszsymvbatched Interface Reference
Public Member Functions | |
| integer(kind(hipblas_status_success)) function | hipblaszsymvbatched_ (handle, uplo, n, alpha, ap, lda, x, incx, beta, y, incy, batchcount) |
Member Function/Subroutine Documentation
◆ hipblaszsymvbatched_()
| integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszsymvbatched::hipblaszsymvbatched_ | ( | type(c_ptr), value | handle, |
| integer(kind(hipblas_fill_mode_upper)), value | uplo, | ||
| integer(c_int), value | n, | ||
| complex(c_double_complex) | alpha, | ||
| type(c_ptr), value | ap, | ||
| integer(c_int), value | lda, | ||
| type(c_ptr), value | x, | ||
| integer(c_int), value | incx, | ||
| complex(c_double_complex) | beta, | ||
| type(c_ptr), value | y, | ||
| integer(c_int), value | incy, | ||
| integer(c_int), value | batchcount | ||
| ) |
The documentation for this interface was generated from the following file: