rocsparse_ccsrmv Interface Reference

rocsparse_ccsrmv Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_ccsrmv Interface Reference
hipfort_rocsparse::rocsparse_ccsrmv Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_ccsrmv_ (handle, trans, m, n, nnz, alpha, descr, csr_val, csr_row_ptr, csr_col_ind, myInfo, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_ccsrmv_rank_0 (handle, trans, m, n, nnz, alpha, descr, csr_val, csr_row_ptr, csr_col_ind, myInfo, x, beta, y)
 
integer(kind(rocsparse_status_success)) function rocsparse_ccsrmv_rank_1 (handle, trans, m, n, nnz, alpha, descr, csr_val, csr_row_ptr, csr_col_ind, myInfo, x, beta, y)
 

Member Function/Subroutine Documentation

◆ rocsparse_ccsrmv_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ccsrmv::rocsparse_ccsrmv_ ( type(c_ptr), value  handle,
integer(kind(rocsparse_operation_none)), value  trans,
integer(c_int), value  m,
integer(c_int), value  n,
integer(c_int), value  nnz,
complex(c_float_complex)  alpha,
type(c_ptr), value  descr,
type(c_ptr), value  csr_val,
type(c_ptr), value  csr_row_ptr,
type(c_ptr), value  csr_col_ind,
type(c_ptr), value  myInfo,
type(c_ptr), value  x,
complex(c_float_complex)  beta,
type(c_ptr), value  y 
)

◆ rocsparse_ccsrmv_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ccsrmv::rocsparse_ccsrmv_rank_0 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
type(c_ptr)  descr,
complex(c_float_complex), target  csr_val,
integer(c_int), target  csr_row_ptr,
integer(c_int), target  csr_col_ind,
type(c_ptr)  myInfo,
complex(c_float_complex), target  x,
complex(c_float_complex)  beta,
complex(c_float_complex), target  y 
)

◆ rocsparse_ccsrmv_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ccsrmv::rocsparse_ccsrmv_rank_1 ( type(c_ptr)  handle,
integer(kind(rocsparse_operation_none))  trans,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
type(c_ptr)  descr,
complex(c_float_complex), dimension(:), target  csr_val,
integer(c_int), dimension(:), target  csr_row_ptr,
integer(c_int), dimension(:), target  csr_col_ind,
type(c_ptr)  myInfo,
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: