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

rocsparse_ccsric0_analysis Interface Reference

rocsparse_ccsric0_analysis Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_ccsric0_analysis Interface Reference
hipfort_rocsparse::rocsparse_ccsric0_analysis Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_ccsric0_analysis_ (handle, m, nnz, descr, csr_val, csr_row_ptr, csr_col_ind, myInfo, analysis, solve, temp_buffer)
 
integer(kind(rocsparse_status_success)) function rocsparse_ccsric0_analysis_rank_0 (handle, m, nnz, descr, csr_val, csr_row_ptr, csr_col_ind, myInfo, analysis, solve, temp_buffer)
 
integer(kind(rocsparse_status_success)) function rocsparse_ccsric0_analysis_rank_1 (handle, m, nnz, descr, csr_val, csr_row_ptr, csr_col_ind, myInfo, analysis, solve, temp_buffer)
 

Member Function/Subroutine Documentation

◆ rocsparse_ccsric0_analysis_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ccsric0_analysis::rocsparse_ccsric0_analysis_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  nnz,
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,
integer(kind(rocsparse_analysis_policy_reuse)), value  analysis,
integer(kind(rocsparse_solve_policy_auto)), value  solve,
type(c_ptr), value  temp_buffer 
)

◆ rocsparse_ccsric0_analysis_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ccsric0_analysis::rocsparse_ccsric0_analysis_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
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,
integer(kind(rocsparse_analysis_policy_reuse))  analysis,
integer(kind(rocsparse_solve_policy_auto))  solve,
type(c_ptr)  temp_buffer 
)

◆ rocsparse_ccsric0_analysis_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_ccsric0_analysis::rocsparse_ccsric0_analysis_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
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,
integer(kind(rocsparse_analysis_policy_reuse))  analysis,
integer(kind(rocsparse_solve_policy_auto))  solve,
type(c_ptr)  temp_buffer 
)

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