Skip to main content

cusparseGetMatFillMode

Function cusparseGetMatFillMode 

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

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

ยงParameters

  • descrA: the matrix descriptor.