hipsparsescsrmv Interface Reference

hipsparsescsrmv Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsescsrmv Interface Reference
hipfort_hipsparse::hipsparsescsrmv Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsescsrmv_ (handle, transA, m, n, nnz, alpha, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipsparsescsrmv_rank_0 (handle, transA, m, n, nnz, alpha, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, x, beta, y)
 
integer(kind(hipsparse_status_success)) function hipsparsescsrmv_rank_1 (handle, transA, m, n, nnz, alpha, descrA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, x, beta, y)
 

Member Function/Subroutine Documentation

◆ hipsparsescsrmv_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmv::hipsparsescsrmv_ ( type(c_ptr), value  handle,
integer(kind(hipsparse_operation_non_transpose)), value  transA,
integer(c_int), value  m,
integer(c_int), value  n,
integer(c_int), value  nnz,
real(c_float)  alpha,
type(c_ptr), value  descrA,
type(c_ptr), value  csrSortedValA,
type(c_ptr), value  csrSortedRowPtrA,
type(c_ptr), value  csrSortedColIndA,
type(c_ptr), value  x,
real(c_float)  beta,
type(c_ptr), value  y 
)

◆ hipsparsescsrmv_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmv::hipsparsescsrmv_rank_0 ( type(c_ptr)  handle,
integer(kind(hipsparse_operation_non_transpose))  transA,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
real(c_float)  alpha,
type(c_ptr)  descrA,
real(c_float), target  csrSortedValA,
integer(c_int), target  csrSortedRowPtrA,
integer(c_int), target  csrSortedColIndA,
real(c_float), target  x,
real(c_float)  beta,
real(c_float), target  y 
)

◆ hipsparsescsrmv_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsrmv::hipsparsescsrmv_rank_1 ( type(c_ptr)  handle,
integer(kind(hipsparse_operation_non_transpose))  transA,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
real(c_float)  alpha,
type(c_ptr)  descrA,
real(c_float), dimension(:), target  csrSortedValA,
integer(c_int), dimension(:), target  csrSortedRowPtrA,
integer(c_int), dimension(:), target  csrSortedColIndA,
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: