rocsparse_create_color_info Interface Reference

rocsparse_create_color_info Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_create_color_info Interface Reference
hipfort_rocsparse::rocsparse_create_color_info Interface Reference

Create a color info structure. More...

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_create_color_info_ (myInfo)
 

Detailed Description

Create a color info structure.

rocsparse_create_color_info creates a structure that holds the color info data that is gathered during the analysis routines available. It should be destroyed at the end using rocsparse_destroy_color_info().

Parameters
[in,out]infothe pointer to the info structure.
Return values
rocsparse_status_successthe operation completed successfully.
rocsparse_status_invalid_pointerinfo pointer is invalid.

Member Function/Subroutine Documentation

◆ rocsparse_create_color_info_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_create_color_info::rocsparse_create_color_info_ ( type(c_ptr)  myInfo)

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