rocsparse_set_mat_fill_mode Interface Reference

rocsparse_set_mat_fill_mode Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_set_mat_fill_mode Interface Reference
hipfort_rocsparse::rocsparse_set_mat_fill_mode Interface Reference

Specify the matrix fill mode of a matrix descriptor. More...

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_set_mat_fill_mode_ (descr, fill_mode)
 

Detailed Description

Specify the matrix fill mode of a matrix descriptor.

rocsparse_set_mat_fill_mode sets the matrix fill mode of a matrix descriptor. Valid fill modes are rocsparse_fill_mode_lower or rocsparse_fill_mode_upper.

Parameters
[in,out]descrthe matrix descriptor.
[in]fill_moderocsparse_fill_mode_lower or rocsparse_fill_mode_upper.
Return values
rocsparse_status_successthe operation completed successfully.
rocsparse_status_invalid_pointerdescr pointer is invalid.
rocsparse_status_invalid_valuefill_mode is invalid.

Member Function/Subroutine Documentation

◆ rocsparse_set_mat_fill_mode_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_set_mat_fill_mode::rocsparse_set_mat_fill_mode_ ( type(c_ptr), value  descr,
integer(kind(rocsparse_fill_mode_lower)), value  fill_mode 
)

The documentation for this interface was generated from the following file: