hipsparsedcsrcolor Interface Reference

hipsparsedcsrcolor Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsedcsrcolor Interface Reference
hipfort_hipsparse::hipsparsedcsrcolor Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsedcsrcolor_ (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipsparsedcsrcolor_rank_0 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 
integer(kind(hipsparse_status_success)) function hipsparsedcsrcolor_rank_1 (handle, m, nnz, descra, csrvala, csrrowptra, csrcolinda, fractiontocolor, ncolors, coloring, reordering, myinfo)
 

Member Function/Subroutine Documentation

◆ hipsparsedcsrcolor_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrcolor::hipsparsedcsrcolor_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  nnz,
type(c_ptr), value  descra,
type(c_ptr), value  csrvala,
type(c_ptr), value  csrrowptra,
type(c_ptr), value  csrcolinda,
type(c_ptr), value  fractiontocolor,
integer(c_int)  ncolors,
integer(c_int)  coloring,
integer(c_int)  reordering,
type(c_ptr), value  myinfo 
)

◆ hipsparsedcsrcolor_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrcolor::hipsparsedcsrcolor_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descra,
real(c_double), target  csrvala,
integer(c_int), target  csrrowptra,
integer(c_int), target  csrcolinda,
type(c_ptr)  fractiontocolor,
integer(c_int)  ncolors,
integer(c_int)  coloring,
integer(c_int)  reordering,
type(c_ptr)  myinfo 
)

◆ hipsparsedcsrcolor_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsrcolor::hipsparsedcsrcolor_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descra,
real(c_double), dimension(:), target  csrvala,
integer(c_int), dimension(:), target  csrrowptra,
integer(c_int), dimension(:), target  csrcolinda,
type(c_ptr)  fractiontocolor,
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: