rocblas_zgerc Interface Reference

rocblas_zgerc Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_zgerc Interface Reference
hipfort_rocblas::rocblas_zgerc Interface Reference

! More...

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_zgerc_ (handle, m, n, alpha, x, incx, y, incy, A, lda)
 
integer(kind(rocblas_status_success)) function rocblas_zgerc_full_rank (handle, m, n, alpha, x, incx, y, incy, A, lda)
 
integer(kind(rocblas_status_success)) function rocblas_zgerc_rank_0 (handle, m, n, alpha, x, incx, y, incy, A, lda)
 
integer(kind(rocblas_status_success)) function rocblas_zgerc_rank_1 (handle, m, n, alpha, x, incx, y, incy, A, lda)
 

Detailed Description

!

BLAS Level 2 API

\details
xGER,xGERU,xGERC performs the matrix-vector operations

    A := A + alphaxyT , OR
    A := A + alphaxyH for xGERC

where alpha is a scalar, x and y are vectors, and A is an
m by n matrix.

@param[in]
handle    [rocblas_handle]
          handle to the rocblas library context queue.
@param[in]
m         [rocblas_int]
          the number of rows of the matrix A.
@param[in]
n         [rocblas_int]
          the number of columns of the matrix A.
@param[in]
alpha
          device pointer or host pointer to scalar alpha.
@param[in]
x         device pointer storing vector x.
@param[in]
incx      [rocblas_int]
          specifies the increment for the elements of x.
@param[in]
y         device pointer storing vector y.
@param[in]
incy      [rocblas_int]
          specifies the increment for the elements of y.
@param[inout]
A         device pointer storing matrix A.
@param[in]
lda       [rocblas_int]
          specifies the leading dimension of A.

Member Function/Subroutine Documentation

◆ rocblas_zgerc_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgerc::rocblas_zgerc_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
complex(c_double_complex)  alpha,
type(c_ptr), value  x,
integer(c_int), value  incx,
type(c_ptr), value  y,
integer(c_int), value  incy,
type(c_ptr), value  A,
integer(c_int), value  lda 
)

◆ rocblas_zgerc_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgerc::rocblas_zgerc_full_rank ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
complex(c_double_complex), dimension(:), target  x,
integer(c_int)  incx,
complex(c_double_complex), dimension(:), target  y,
integer(c_int)  incy,
complex(c_double_complex), dimension(:,:), target  A,
integer(c_int)  lda 
)

◆ rocblas_zgerc_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgerc::rocblas_zgerc_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
complex(c_double_complex), target  x,
integer(c_int)  incx,
complex(c_double_complex), target  y,
integer(c_int)  incy,
complex(c_double_complex), target  A,
integer(c_int)  lda 
)

◆ rocblas_zgerc_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgerc::rocblas_zgerc_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
complex(c_double_complex), dimension(:), target  x,
integer(c_int)  incx,
complex(c_double_complex), dimension(:), target  y,
integer(c_int)  incy,
complex(c_double_complex), dimension(:), target  A,
integer(c_int)  lda 
)

The documentation for this interface was generated from the following file: