rocsparse_zcsrcolor Interface Reference

rocsparse_zcsrcolor Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_zcsrcolor Interface Reference
hipfort_rocsparse::rocsparse_zcsrcolor Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_zcsrcolor_ (handle, m, nnz, descr, csr_val, csr_row_ptr, csr_col_ind, fraction_to_color, ncolors, coloring, reordering, myInfo)
 
integer(kind(rocsparse_status_success)) function rocsparse_zcsrcolor_rank_0 (handle, m, nnz, descr, csr_val, csr_row_ptr, csr_col_ind, fraction_to_color, ncolors, coloring, reordering, myInfo)
 
integer(kind(rocsparse_status_success)) function rocsparse_zcsrcolor_rank_1 (handle, m, nnz, descr, csr_val, csr_row_ptr, csr_col_ind, fraction_to_color, ncolors, coloring, reordering, myInfo)
 

Member Function/Subroutine Documentation

◆ rocsparse_zcsrcolor_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zcsrcolor::rocsparse_zcsrcolor_ ( 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,
real(c_double)  fraction_to_color,
integer(c_int)  ncolors,
integer(c_int)  coloring,
integer(c_int)  reordering,
type(c_ptr), value  myInfo 
)

◆ rocsparse_zcsrcolor_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zcsrcolor::rocsparse_zcsrcolor_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descr,
complex(c_double_complex), target  csr_val,
integer(c_int), target  csr_row_ptr,
integer(c_int), target  csr_col_ind,
real(c_double)  fraction_to_color,
integer(c_int)  ncolors,
integer(c_int)  coloring,
integer(c_int)  reordering,
type(c_ptr)  myInfo 
)

◆ rocsparse_zcsrcolor_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zcsrcolor::rocsparse_zcsrcolor_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descr,
complex(c_double_complex), dimension(:), target  csr_val,
integer(c_int), dimension(:), target  csr_row_ptr,
integer(c_int), dimension(:), target  csr_col_ind,
real(c_double)  fraction_to_color,
integer(c_int)  ncolors,
integer(c_int)  coloring,
integer(c_int)  reordering,
type(c_ptr)  myInfo 
)

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