rocsparse_create_hyb_mat Interface Reference#
hipfort_rocsparse::rocsparse_create_hyb_mat Interface Reference
Create a HYB
matrix structure.
More...
Public Member Functions | |
integer(kind(rocsparse_status_success)) function | rocsparse_create_hyb_mat_ (hyb) |
Detailed Description
Create a HYB
matrix structure.
rocsparse_create_hyb_mat
creates a structure that holds the matrix in HYB
storage format. It should be destroyed at the end using rocsparse_destroy_hyb_mat().
- Parameters
-
[in,out] hyb the pointer to the hybrid matrix.
- Return values
-
rocsparse_status_success the operation completed successfully. rocsparse_status_invalid_pointer hyb
pointer is invalid.
Member Function/Subroutine Documentation
◆ rocsparse_create_hyb_mat_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_create_hyb_mat::rocsparse_create_hyb_mat_ | ( | type(c_ptr) | hyb | ) |
The documentation for this interface was generated from the following file: