pub unsafe extern "C" fn cusparseSetMatDiagType(
descrA: cusparseMatDescr_t,
diagType: cusparseDiagType_t,
) -> cusparseStatus_tExpand description
This function sets the DiagType field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.