rocblas_sasum Interface Reference#
hipfort_rocblas::rocblas_sasum Interface Reference
BLAS Level 1 API. More...
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocblas_sasum_ (handle, n, x, incx, myresult) |
Detailed Description
BLAS Level 1 API.
The asum functions compute the sum of the magnitudes of elements of a real vector x or the sum of magnitudes of the real and imaginary parts of elements if x is a complex vector.
- Parameters
-
[in] handle - [rocblas_handle] handle to the rocBLAS library context queue. [in] n - [rocblas_int] the number of elements in x and y. [in] x - device pointer storing vector x. [in] incx - [rocblas_int] specifies the increment for the elements of x. incx must be > 0. [in,out] myResult device pointer or host pointer to store the asum product. Return value is 0.0 if n <= 0.
Member Function/Subroutine Documentation
◆ rocblas_sasum_()
| integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_sasum::rocblas_sasum_ | ( | type(c_ptr), value | handle, |
| integer(c_int), value | n, | ||
| type(c_ptr), value | x, | ||
| integer(c_int), value | incx, | ||
| type(c_ptr), value | myresult | ||
| ) |
The documentation for this interface was generated from the following file: