rocsparse_shybmv Interface Reference

rocsparse_shybmv Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_shybmv Interface Reference
hipfort_rocsparse::rocsparse_shybmv Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_shybmv_ (handle, trans, alpha, descr, hyb, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_shybmv_rank_0 (handle, trans, alpha, descr, hyb, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_shybmv_rank_1 (handle, trans, alpha, descr, hyb, x, beta, y)
 

Member Function/Subroutine Documentation

◆ rocsparse_shybmv_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_shybmv::rocsparse_shybmv_ ( type(c_ptr), value  handle,
integer(kind(rocsparse_operation_none)), value  trans,
real(c_float)  alpha,
type(c_ptr), value  descr,
type(c_ptr), value  hyb,
type(c_ptr), value  x,
real(c_float)  beta,
type(c_ptr), value  y 
)

◆ rocsparse_shybmv_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_shybmv::rocsparse_shybmv_rank_0 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
real(c_float)  alpha,
type(c_ptr)  descr,
type(c_ptr)  hyb,
real(c_float), target  x,
real(c_float)  beta,
real(c_float), target  y 
)

◆ rocsparse_shybmv_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_shybmv::rocsparse_shybmv_rank_1 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
real(c_float)  alpha,
type(c_ptr)  descr,
type(c_ptr)  hyb,
real(c_float), dimension(:), target  x,
real(c_float)  beta,
real(c_float), dimension(:), target  y 
)

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