hipsparsechybmv Interface Reference

hipsparsechybmv Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsechybmv Interface Reference
hipfort_hipsparse::hipsparsechybmv Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsechybmv_ (handle, transA, alpha, descrA, hybA, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipsparsechybmv_rank_0 (handle, transA, alpha, descrA, hybA, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipsparsechybmv_rank_1 (handle, transA, alpha, descrA, hybA, x, beta, y)
 

Member Function/Subroutine Documentation

◆ hipsparsechybmv_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechybmv::hipsparsechybmv_ ( type(c_ptr), value  handle,
integer(kind(hipsparse_operation_non_transpose)), value  transA,
complex(c_float_complex)  alpha,
type(c_ptr), value  descrA,
type(c_ptr), value  hybA,
type(c_ptr), value  x,
complex(c_float_complex)  beta,
type(c_ptr), value  y 
)

◆ hipsparsechybmv_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechybmv::hipsparsechybmv_rank_0 ( type(c_ptr)  handle,
integer(kind(hipsparse_operation_non_transpose))  transA,
complex(c_float_complex)  alpha,
type(c_ptr)  descrA,
type(c_ptr)  hybA,
complex(c_float_complex), target  x,
complex(c_float_complex)  beta,
complex(c_float_complex), target  y 
)

◆ hipsparsechybmv_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechybmv::hipsparsechybmv_rank_1 ( type(c_ptr)  handle,
integer(kind(hipsparse_operation_non_transpose))  transA,
complex(c_float_complex)  alpha,
type(c_ptr)  descrA,
type(c_ptr)  hybA,
complex(c_float_complex), dimension(:), target  x,
complex(c_float_complex)  beta,
complex(c_float_complex), dimension(:), target  y 
)

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