hipsparsecreatematdescr Interface Reference#
hipfort_hipsparse::hipsparsecreatematdescr Interface Reference
Create a matrix descriptor. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsecreatematdescr_ (descrA) |
Detailed Description
Create a matrix descriptor.
hipsparseCreateMatDescr
creates a matrix descriptor. It initializes hipsparseMatrixType_t
to HIPSPARSE_MATRIX_TYPE_GENERAL
and hipsparseIndexBase_t
to HIPSPARSE_INDEX_BASE_ZERO
. It should be destroyed at the end using hipsparseDestroyMatDescr().
Member Function/Subroutine Documentation
◆ hipsparsecreatematdescr_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecreatematdescr::hipsparsecreatematdescr_ | ( | type(c_ptr) | descrA | ) |
The documentation for this interface was generated from the following file: