rocsparse_copy_mat_descr Interface Reference

rocsparse_copy_mat_descr Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::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]destthe pointer to the destination matrix descriptor.
[in]srcthe pointer to the source matrix descriptor.
Return values
rocsparse_status_successthe operation completed successfully.
rocsparse_status_invalid_pointersrc or dest 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: