rocblas_zgeam Interface Reference

rocblas_zgeam Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_zgeam Interface Reference
hipfort_rocblas::rocblas_zgeam Interface Reference

! More...

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_zgeam_ (handle, transA, transB, m, n, alpha, A, lda, beta, B, ldb, C, ldc)
 
integer(kind(rocblas_status_success)) function rocblas_zgeam_full_rank (handle, transA, transB, m, n, alpha, A, lda, beta, B, ldb, C, ldc)
 
integer(kind(rocblas_status_success)) function rocblas_zgeam_rank_0 (handle, transA, transB, m, n, alpha, A, lda, beta, B, ldb, C, ldc)
 
integer(kind(rocblas_status_success)) function rocblas_zgeam_rank_1 (handle, transA, transB, m, n, alpha, A, lda, beta, B, ldb, C, ldc)
 

Detailed Description

!

BLAS Level 3 API

\details
xGEAM performs one of the matrix-matrix operations

    C = alphaop( A ) + betaop( B ),

where op( X ) is one of

    op( X ) = X      or
    op( X ) = XT   or
    op( X ) = XH,

alpha and beta are scalars, and A, B and C are matrices, with
op( A ) an m by n matrix, op( B ) an m by n matrix, and C an m by n matrix.

@param[in]
handle    [rocblas_handle]
          handle to the rocblas library context queue.
@param[in]
transA    [rocblas_operation]
          specifies the form of op( A )
@param[in]
transB    [rocblas_operation]
          specifies the form of op( B )
@param[in]
m         [rocblas_int]
          matrix dimension m.
@param[in]
n         [rocblas_int]
          matrix dimension n.
@param[in]
alpha     device pointer or host pointer specifying the scalar alpha.
@param[in]
A         device pointer storing matrix A.
@param[in]
lda       [rocblas_int]
          specifies the leading dimension of A.
@param[in]
beta      device pointer or host pointer specifying the scalar beta.
@param[in]
B         device pointer storing matrix B.
@param[in]
ldb       [rocblas_int]
          specifies the leading dimension of B.
@param[in, out]
C         device pointer storing matrix C.
@param[in]
ldc       [rocblas_int]
          specifies the leading dimension of C.

Member Function/Subroutine Documentation

◆ rocblas_zgeam_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgeam::rocblas_zgeam_ ( type(c_ptr), value  handle,
integer(kind(rocblas_operation_none)), value  transA,
integer(kind(rocblas_operation_none)), value  transB,
integer(c_int), value  m,
integer(c_int), value  n,
complex(c_double_complex)  alpha,
type(c_ptr), value  A,
integer(c_int), value  lda,
complex(c_double_complex)  beta,
type(c_ptr), value  B,
integer(c_int), value  ldb,
type(c_ptr), value  C,
integer(c_int), value  ldc 
)

◆ rocblas_zgeam_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgeam::rocblas_zgeam_full_rank ( type(c_ptr)  handle,
integer(kind(rocblas_operation_none))  transA,
integer(kind(rocblas_operation_none))  transB,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
complex(c_double_complex), dimension(:,:), target  A,
integer(c_int)  lda,
complex(c_double_complex)  beta,
complex(c_double_complex), dimension(:,:), target  B,
integer(c_int)  ldb,
complex(c_double_complex), dimension(:,:), target  C,
integer(c_int)  ldc 
)

◆ rocblas_zgeam_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgeam::rocblas_zgeam_rank_0 ( type(c_ptr)  handle,
integer(kind(rocblas_operation_none))  transA,
integer(kind(rocblas_operation_none))  transB,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
complex(c_double_complex), target  A,
integer(c_int)  lda,
complex(c_double_complex)  beta,
complex(c_double_complex), target  B,
integer(c_int)  ldb,
complex(c_double_complex), target  C,
integer(c_int)  ldc 
)

◆ rocblas_zgeam_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zgeam::rocblas_zgeam_rank_1 ( type(c_ptr)  handle,
integer(kind(rocblas_operation_none))  transA,
integer(kind(rocblas_operation_none))  transB,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
complex(c_double_complex), dimension(:), target  A,
integer(c_int)  lda,
complex(c_double_complex)  beta,
complex(c_double_complex), dimension(:), target  B,
integer(c_int)  ldb,
complex(c_double_complex), dimension(:), target  C,
integer(c_int)  ldc 
)

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