hipsparsezcsrcolor Interface Reference

hipsparsezcsrcolor Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsezcsrcolor Interface Reference
hipfort_hipsparse::hipsparsezcsrcolor Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsezcsrcolor_ (handle, m, nnz, descrA, csrValA, csrRowPtrA, csrColIndA, fractionToColor, ncolors, coloring, reordering, myInfo)
 
integer(kind(hipsparse_status_success)) function hipsparsezcsrcolor_rank_0 (handle, m, nnz, descrA, csrValA, csrRowPtrA, csrColIndA, fractionToColor, ncolors, coloring, reordering, myInfo)
 
integer(kind(hipsparse_status_success)) function hipsparsezcsrcolor_rank_1 (handle, m, nnz, descrA, csrValA, csrRowPtrA, csrColIndA, fractionToColor, ncolors, coloring, reordering, myInfo)
 

Member Function/Subroutine Documentation

◆ hipsparsezcsrcolor_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrcolor::hipsparsezcsrcolor_ ( 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 
)

◆ hipsparsezcsrcolor_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrcolor::hipsparsezcsrcolor_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descrA,
complex(c_double_complex), 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 
)

◆ hipsparsezcsrcolor_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrcolor::hipsparsezcsrcolor_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  nnz,
type(c_ptr)  descrA,
complex(c_double_complex), 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: