rocsparse_copy_mat_descr Interface Reference#
hipfort_rocsparse::rocsparse_copy_mat_descr Interface Reference
Copy a matrix descriptor. More...
Public Member Functions | |
integer(kind(rocsparse_status_success)) function | rocsparse_copy_mat_descr_ (dest, src) |
Detailed Description
Copy a matrix descriptor.
rocsparse_copy_mat_descr
copies a matrix descriptor. Both, source and destination matrix descriptors must be initialized prior to calling rocsparse_copy_mat_descr
.
- Parameters
-
[out] dest the pointer to the destination matrix descriptor. [in] src the pointer to the source matrix descriptor.
- Return values
-
rocsparse_status_success the operation completed successfully. rocsparse_status_invalid_pointer src
ordest
pointer is invalid.
Member Function/Subroutine Documentation
◆ rocsparse_copy_mat_descr_()
integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_copy_mat_descr::rocsparse_copy_mat_descr_ | ( | type(c_ptr), value | dest, |
type(c_ptr), value | src | ||
) |
The documentation for this interface was generated from the following file: