hipsparsesetmatindexbase Interface Reference#
hipfort_hipsparse::hipsparsesetmatindexbase Interface Reference
Specify the index base of a matrix descriptor. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsesetmatindexbase_ (descrA, base) |
Detailed Description
Specify the index base of a matrix descriptor.
hipsparseSetMatIndexBase
sets the index base of a matrix descriptor. Valid options are HIPSPARSE_INDEX_BASE_ZERO
or HIPSPARSE_INDEX_BASE_ONE
.
Member Function/Subroutine Documentation
◆ hipsparsesetmatindexbase_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesetmatindexbase::hipsparsesetmatindexbase_ | ( | type(c_ptr), value | descrA, |
integer(kind(hipsparse_index_base_zero)), value | base | ||
) |
The documentation for this interface was generated from the following file: