hipblasidamax Interface Reference

hipblasidamax Interface Reference#

HIPFORT API Reference: hipfort_hipblas::hipblasidamax Interface Reference
hipfort_hipblas::hipblasidamax Interface Reference

Public Member Functions

integer(kind(hipblas_status_success)) function hipblasidamax_ (handle, n, x, incx, myResult)
 
integer(kind(hipblas_status_success)) function hipblasidamax_rank_0 (handle, n, x, incx, myResult)
 
integer(kind(hipblas_status_success)) function hipblasidamax_rank_1 (handle, n, x, incx, myResult)
 

Member Function/Subroutine Documentation

◆ hipblasidamax_()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasidamax::hipblasidamax_ ( type(c_ptr), value  handle,
integer(c_int), value  n,
type(c_ptr), value  x,
integer(c_int), value  incx,
type(c_ptr), value  myResult 
)

◆ hipblasidamax_rank_0()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasidamax::hipblasidamax_rank_0 ( type(c_ptr)  handle,
integer(c_int)  n,
real(c_double), target  x,
integer(c_int)  incx,
type(c_ptr)  myResult 
)

◆ hipblasidamax_rank_1()

integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasidamax::hipblasidamax_rank_1 ( type(c_ptr)  handle,
integer(c_int)  n,
real(c_double), dimension(:), target  x,
integer(c_int)  incx,
type(c_ptr)  myResult 
)

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