Skip to main content

cusparseSetMatDiagType

Function cusparseSetMatDiagType 

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

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

ยงParameters

  • descrA: the matrix descriptor.