Skip to main content

cusparseSetMatFillMode

Function cusparseSetMatFillMode 

Source
pub unsafe extern "C" fn cusparseSetMatFillMode(
    descrA: cusparseMatDescr_t,
    fillMode: cusparseFillMode_t,
) -> cusparseStatus_t
Expand description

This function sets the FillMode field of the matrix descriptor descrA.

ยงParameters

  • descrA: the matrix descriptor.