hipblascscal Interface Reference

hipblascscal Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblascscal Interface Reference
hipfort_hipblas::hipblascscal Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblascscal_ (handle, n, alpha, x, incx)
 
integer(kind(hipblas_status_success)) function hipblascscal_rank_0 (handle, n, alpha, x, incx)
 
integer(kind(hipblas_status_success)) function hipblascscal_rank_1 (handle, n, alpha, x, incx)
 

Member Function/Subroutine Documentation

◆ hipblascscal_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascscal::hipblascscal_ ( type(c_ptr), value  handle,
integer(c_int), value  n,
complex(c_float_complex)  alpha,
type(c_ptr), value  x,
integer(c_int), value  incx 
)

◆ hipblascscal_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascscal::hipblascscal_rank_0 ( type(c_ptr)  handle,
integer(c_int)  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), target  x,
integer(c_int)  incx 
)

◆ hipblascscal_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblascscal::hipblascscal_rank_1 ( type(c_ptr)  handle,
integer(c_int)  n,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:), target  x,
integer(c_int)  incx 
)

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