rocsparse_destroy_mat_info Interface Reference#
hipfort_rocsparse::rocsparse_destroy_mat_info Interface Reference
Destroy a matrix info structure. More...
Public Member Functions | |
integer(kind(rocsparse_status_success)) function | rocsparse_destroy_mat_info_ (myInfo) |
Detailed Description
Destroy a matrix info structure.
rocsparse_destroy_mat_info
destroys a matrix info structure.
- Parameters
-
[in] info the info structure.
- Return values
-
rocsparse_status_success the operation completed successfully. rocsparse_status_invalid_pointer info
pointer is invalid.rocsparse_status_internal_error an internal error occurred.
Member Function/Subroutine Documentation
◆ rocsparse_destroy_mat_info_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_destroy_mat_info::rocsparse_destroy_mat_info_ | ( | type(c_ptr), value | myInfo | ) |
The documentation for this interface was generated from the following file: