rocsparse_zhybmv Interface Reference

rocsparse_zhybmv Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_zhybmv Interface Reference
hipfort_rocsparse::rocsparse_zhybmv Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_zhybmv_ (handle, trans, alpha, descr, hyb, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_zhybmv_rank_0 (handle, trans, alpha, descr, hyb, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_zhybmv_rank_1 (handle, trans, alpha, descr, hyb, x, beta, y)
 

Member Function/Subroutine Documentation

◆ rocsparse_zhybmv_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zhybmv::rocsparse_zhybmv_ ( type(c_ptr), value  handle,
integer(kind(rocsparse_operation_none)), value  trans,
complex(c_double_complex)  alpha,
type(c_ptr), value  descr,
type(c_ptr), value  hyb,
type(c_ptr), value  x,
complex(c_double_complex)  beta,
type(c_ptr), value  y 
)

◆ rocsparse_zhybmv_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zhybmv::rocsparse_zhybmv_rank_0 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
complex(c_double_complex)  alpha,
type(c_ptr)  descr,
type(c_ptr)  hyb,
complex(c_double_complex), target  x,
complex(c_double_complex)  beta,
complex(c_double_complex), target  y 
)

◆ rocsparse_zhybmv_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zhybmv::rocsparse_zhybmv_rank_1 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
complex(c_double_complex)  alpha,
type(c_ptr)  descr,
type(c_ptr)  hyb,
complex(c_double_complex), dimension(:), target  x,
complex(c_double_complex)  beta,
complex(c_double_complex), dimension(:), target  y 
)

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