rocblas_zdgmm Interface Reference

rocblas_zdgmm Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_zdgmm Interface Reference
hipfort_rocblas::rocblas_zdgmm Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_zdgmm_ (handle, side, m, n, a, lda, x, incx, c, ldc)
 
integer(kind(rocblas_status_success)) function rocblas_zdgmm_rank_0 (handle, side, m, n, a, lda, x, incx, c, ldc)
 
integer(kind(rocblas_status_success)) function rocblas_zdgmm_rank_1 (handle, side, m, n, a, lda, x, incx, c, ldc)
 
integer(kind(rocblas_status_success)) function rocblas_zdgmm_full_rank (handle, side, m, n, a, lda, x, incx, c, ldc)
 

Member Function/Subroutine Documentation

◆ rocblas_zdgmm_()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zdgmm::rocblas_zdgmm_ ( type(c_ptr), value  handle,
integer(kind(rocblas_side_left)), value  side,
integer(c_int), value  m,
integer(c_int), value  n,
type(c_ptr), value  a,
integer(c_int), value  lda,
type(c_ptr), value  x,
integer(c_int), value  incx,
type(c_ptr), value  c,
integer(c_int), value  ldc 
)

◆ rocblas_zdgmm_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zdgmm::rocblas_zdgmm_full_rank ( type(c_ptr)  handle,
integer(kind(rocblas_side_left))  side,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex), dimension(:,:), target  a,
integer(c_int)  lda,
complex(c_double_complex), dimension(:), target  x,
integer(c_int)  incx,
complex(c_double_complex), dimension(:,:), target  c,
integer(c_int)  ldc 
)

◆ rocblas_zdgmm_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zdgmm::rocblas_zdgmm_rank_0 ( type(c_ptr)  handle,
integer(kind(rocblas_side_left))  side,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex), target  a,
integer(c_int)  lda,
complex(c_double_complex), target  x,
integer(c_int)  incx,
complex(c_double_complex), target  c,
integer(c_int)  ldc 
)

◆ rocblas_zdgmm_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zdgmm::rocblas_zdgmm_rank_1 ( type(c_ptr)  handle,
integer(kind(rocblas_side_left))  side,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex), dimension(:), target  a,
integer(c_int)  lda,
complex(c_double_complex), dimension(:), target  x,
integer(c_int)  incx,
complex(c_double_complex), dimension(:), target  c,
integer(c_int)  ldc 
)

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