hipsparsesetmatdiagtype Interface Reference#
hipfort_hipsparse::hipsparsesetmatdiagtype Interface Reference
Specify the matrix diagonal type of a matrix descriptor. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsesetmatdiagtype_ (descrA, diagType) |
Detailed Description
Specify the matrix diagonal type of a matrix descriptor.
hipsparseSetMatDiagType
sets the matrix diagonal type of a matrix descriptor. Valid diagonal types are HIPSPARSE_DIAG_TYPE_UNIT
or HIPSPARSE_DIAG_TYPE_NON_UNIT
.
Member Function/Subroutine Documentation
◆ hipsparsesetmatdiagtype_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesetmatdiagtype::hipsparsesetmatdiagtype_ | ( | type(c_ptr), value | descrA, |
integer(kind(hipsparse_diag_type_non_unit)), value | diagType | ||
) |
The documentation for this interface was generated from the following file: