hipblascsymvstridedbatched Interface Reference

hipblascsymvstridedbatched Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblascsymvstridedbatched Interface Reference
hipfort_hipblas::hipblascsymvstridedbatched Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblascsymvstridedbatched_orig (handle, uplo, n, alpha, A, lda, stirdeA, x, incx, stridex, beta, y, incy, stridey, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascsymvstridedbatched_full_rank (handle, uplo, n, alpha, A, lda, stirdeA, x, incx, stridex, beta, y, incy, stridey, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascsymvstridedbatched_rank_0 (handle, uplo, n, alpha, A, lda, stirdeA, x, incx, stridex, beta, y, incy, stridey, batchCount)
 
integer(kind(hipblas_status_success)) function hipblascsymvstridedbatched_rank_1 (handle, uplo, n, alpha, A, lda, stirdeA, x, incx, stridex, beta, y, incy, stridey, batchCount)
 

Member Function/Subroutine Documentation

◆ hipblascsymvstridedbatched_full_rank()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascsymvstridedbatched::hipblascsymvstridedbatched_full_rank ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:,:), target  A,
integer(c_int), value  lda,
integer(c_int), value  stirdeA,
complex(c_float_complex), dimension(:), target  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
complex(c_float_complex)  beta,
complex(c_float_complex), dimension(:), target  y,
integer(c_int), value  incy,
integer(c_int), value  stridey,
integer(c_int), value  batchCount 
)

◆ hipblascsymvstridedbatched_orig()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascsymvstridedbatched::hipblascsymvstridedbatched_orig ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
type(c_ptr), value  A,
integer(c_int), value  lda,
integer(c_int), value  stirdeA,
type(c_ptr), value  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
complex(c_float_complex)  beta,
type(c_ptr), value  y,
integer(c_int), value  incy,
integer(c_int), value  stridey,
integer(c_int), value  batchCount 
)

◆ hipblascsymvstridedbatched_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascsymvstridedbatched::hipblascsymvstridedbatched_rank_0 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), target  A,
integer(c_int), value  lda,
integer(c_int), value  stirdeA,
complex(c_float_complex), target  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
complex(c_float_complex)  beta,
complex(c_float_complex), target  y,
integer(c_int), value  incy,
integer(c_int), value  stridey,
integer(c_int), value  batchCount 
)

◆ hipblascsymvstridedbatched_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascsymvstridedbatched::hipblascsymvstridedbatched_rank_1 ( type(c_ptr), value  handle,
integer(kind(hipblas_fill_mode_upper)), value  uplo,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:), target  A,
integer(c_int), value  lda,
integer(c_int), value  stirdeA,
complex(c_float_complex), dimension(:), target  x,
integer(c_int), value  incx,
integer(c_int), value  stridex,
complex(c_float_complex)  beta,
complex(c_float_complex), dimension(:), target  y,
integer(c_int), value  incy,
integer(c_int), value  stridey,
integer(c_int), value  batchCount 
)

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