hipsparsesetmatfillmode Interface Reference#
hipfort_hipsparse::hipsparsesetmatfillmode Interface Reference
Specify the matrix fill mode of a matrix descriptor. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsesetmatfillmode_ (descrA, fillMode) |
Detailed Description
Specify the matrix fill mode of a matrix descriptor.
hipsparseSetMatFillMode
sets the matrix fill mode of a matrix descriptor. Valid fill modes are HIPSPARSE_FILL_MODE_LOWER
or HIPSPARSE_FILL_MODE_UPPER
.
Member Function/Subroutine Documentation
◆ hipsparsesetmatfillmode_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsesetmatfillmode::hipsparsesetmatfillmode_ | ( | type(c_ptr), value | descrA, |
integer(kind(hipsparse_fill_mode_lower)), value | fillMode | ||
) |
The documentation for this interface was generated from the following file: