This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

hipsparseccsric02 Interface Reference

hipsparseccsric02 Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparseccsric02 Interface Reference
hipfort_hipsparse::hipsparseccsric02 Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparseccsric02_ (handle, m, nnz, descrA, csrSortedValA_valM, csrSortedRowPtrA, csrSortedColIndA, myInfo, policy, pBuffer)
 
integer(kind(hipsparse_status_success)) function hipsparseccsric02_rank_0 (handle, m, nnz, descrA, csrSortedValA_valM, csrSortedRowPtrA, csrSortedColIndA, myInfo, policy, pBuffer)
 
integer(kind(hipsparse_status_success)) function hipsparseccsric02_rank_1 (handle, m, nnz, descrA, csrSortedValA_valM, csrSortedRowPtrA, csrSortedColIndA, myInfo, policy, pBuffer)
 

Member Function/Subroutine Documentation

◆ hipsparseccsric02_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02::hipsparseccsric02_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  nnz,
type(c_ptr), value  descrA,
type(c_ptr), value  csrSortedValA_valM,
type(c_ptr), value  csrSortedRowPtrA,
type(c_ptr), value  csrSortedColIndA,
type(c_ptr), value  myInfo,
integer(kind(hipsparse_solve_policy_no_level)), value  policy,
type(c_ptr), value  pBuffer 
)

◆ hipsparseccsric02_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02::hipsparseccsric02_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descrA,
complex(c_float_complex), target  csrSortedValA_valM,
integer(c_int), target  csrSortedRowPtrA,
integer(c_int), target  csrSortedColIndA,
type(c_ptr)  myInfo,
integer(kind(hipsparse_solve_policy_no_level))  policy,
type(c_ptr)  pBuffer 
)

◆ hipsparseccsric02_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsric02::hipsparseccsric02_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descrA,
complex(c_float_complex), dimension(:), target  csrSortedValA_valM,
integer(c_int), dimension(:), target  csrSortedRowPtrA,
integer(c_int), dimension(:), target  csrSortedColIndA,
type(c_ptr)  myInfo,
integer(kind(hipsparse_solve_policy_no_level))  policy,
type(c_ptr)  pBuffer 
)

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