rocsparse_dhybmv Interface Reference

rocsparse_dhybmv Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_dhybmv Interface Reference
hipfort_rocsparse::rocsparse_dhybmv Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_dhybmv_ (handle, trans, alpha, descr, hyb, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_dhybmv_rank_0 (handle, trans, alpha, descr, hyb, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_dhybmv_rank_1 (handle, trans, alpha, descr, hyb, x, beta, y)
 

Member Function/Subroutine Documentation

◆ rocsparse_dhybmv_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dhybmv::rocsparse_dhybmv_ ( type(c_ptr), value  handle,
integer(kind(rocsparse_operation_none)), value  trans,
real(c_double)  alpha,
type(c_ptr), value  descr,
type(c_ptr), value  hyb,
type(c_ptr), value  x,
real(c_double)  beta,
type(c_ptr), value  y 
)

◆ rocsparse_dhybmv_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dhybmv::rocsparse_dhybmv_rank_0 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
real(c_double)  alpha,
type(c_ptr)  descr,
type(c_ptr)  hyb,
real(c_double), target  x,
real(c_double)  beta,
real(c_double), target  y 
)

◆ rocsparse_dhybmv_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dhybmv::rocsparse_dhybmv_rank_1 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
real(c_double)  alpha,
type(c_ptr)  descr,
type(c_ptr)  hyb,
real(c_double), dimension(:), target  x,
real(c_double)  beta,
real(c_double), dimension(:), target  y 
)

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