rocblas_cher2 Interface Reference

rocblas_cher2 Interface Reference#

HIPFORT API Reference: hipfort_rocblas::rocblas_cher2 Interface Reference
hipfort_rocblas::rocblas_cher2 Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocblas_cher2_orig (handle, uplo, n, alpha, x, incx, y, incy, A, lda)
 
integer(kind(rocblas_status_success)) function rocblas_cher2_full_rank (handle, uplo, n, alpha, x, incx, y, incy, A, lda)
 
integer(kind(rocblas_status_success)) function rocblas_cher2_rank_0 (handle, uplo, n, alpha, x, incx, y, incy, A, lda)
 
integer(kind(rocblas_status_success)) function rocblas_cher2_rank_1 (handle, uplo, n, alpha, x, incx, y, incy, A, lda)
 

Member Function/Subroutine Documentation

◆ rocblas_cher2_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_cher2::rocblas_cher2_full_rank ( type(c_ptr), value  handle,
integer(kind(rocblas_fill_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:), target  x,
integer(c_int), value  incx,
complex(c_float_complex), dimension(:), target  y,
integer(c_int), value  incy,
complex(c_float_complex), dimension(:,:), target  A,
integer(c_int), value  lda 
)

◆ rocblas_cher2_orig()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_cher2::rocblas_cher2_orig ( type(c_ptr), value  handle,
integer(kind(rocblas_fill_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_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_cher2_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_cher2::rocblas_cher2_rank_0 ( type(c_ptr), value  handle,
integer(kind(rocblas_fill_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), target  x,
integer(c_int), value  incx,
complex(c_float_complex), target  y,
integer(c_int), value  incy,
complex(c_float_complex), target  A,
integer(c_int), value  lda 
)

◆ rocblas_cher2_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_cher2::rocblas_cher2_rank_1 ( type(c_ptr), value  handle,
integer(kind(rocblas_fill_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:), target  x,
integer(c_int), value  incx,
complex(c_float_complex), dimension(:), target  y,
integer(c_int), value  incy,
complex(c_float_complex), dimension(:), target  A,
integer(c_int), value  lda 
)

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