hipblaszhprbatched Interface Reference

hipblaszhprbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblaszhprbatched Interface Reference
hipfort_hipblas::hipblaszhprbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblaszhprbatched_orig (handle, uplo, n, alpha, x, incx, AP, batchCount)
 
integer(kind(hipblas_status_success)) function hipblaszhprbatched_full_rank (handle, uplo, n, alpha, x, incx, AP, batchCount)
 
integer(kind(hipblas_status_success)) function hipblaszhprbatched_rank_0 (handle, uplo, n, alpha, x, incx, AP, batchCount)
 
integer(kind(hipblas_status_success)) function hipblaszhprbatched_rank_1 (handle, uplo, n, alpha, x, incx, AP, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblaszhprbatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprbatched::hipblaszhprbatched_full_rank ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
complex(c_double_complex), dimension(:,:), target  x,
integer(c_int), value  incx,
type(c_ptr)  AP,
integer(c_int), value  batchCount 
)

◆ hipblaszhprbatched_orig()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprbatched::hipblaszhprbatched_orig ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
type(c_ptr)  x,
integer(c_int), value  incx,
type(c_ptr)  AP,
integer(c_int), value  batchCount 
)

◆ hipblaszhprbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprbatched::hipblaszhprbatched_rank_0 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
complex(c_double_complex), target  x,
integer(c_int), value  incx,
type(c_ptr)  AP,
integer(c_int), value  batchCount 
)

◆ hipblaszhprbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblaszhprbatched::hipblaszhprbatched_rank_1 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
real(c_double)  alpha,
complex(c_double_complex), dimension(:), target  x,
integer(c_int), value  incx,
type(c_ptr)  AP,
integer(c_int), value  batchCount 
)

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