rocsparse_create_mat_info Interface Reference

rocsparse_create_mat_info Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_create_mat_info Interface Reference
hipfort_rocsparse::rocsparse_create_mat_info Interface Reference

Create a matrix info structure. More...

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_create_mat_info_ (myInfo)
 

Detailed Description

Create a matrix info structure.

rocsparse_create_mat_info creates a structure that holds the matrix info data that is gathered during the analysis routines available. It should be destroyed at the end using rocsparse_destroy_mat_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_mat_info_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_create_mat_info::rocsparse_create_mat_info_ ( type(c_ptr)  myInfo)

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