rocsparse_dcsrcolor Interface Reference

rocsparse_dcsrcolor Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_dcsrcolor Interface Reference
hipfort_rocsparse::rocsparse_dcsrcolor Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_dcsrcolor_ (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_dcsrcolor_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_dcsrcolor_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_dcsrcolor_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dcsrcolor::rocsparse_dcsrcolor_ ( 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_dcsrcolor_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dcsrcolor::rocsparse_dcsrcolor_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descr,
real(c_double), 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_dcsrcolor_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_dcsrcolor::rocsparse_dcsrcolor_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descr,
real(c_double), 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: