Skip to main content

cusparseGetMatDiagType

Function cusparseGetMatDiagType 

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

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

ยงParameters

  • descrA: the matrix descriptor.