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