pub unsafe extern "C" fn cusparseGetMatDiagType(
descrA: cusparseMatDescr_t,
) -> cusparseDiagType_tExpand description
This function returns the DiagType field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.
pub unsafe extern "C" fn cusparseGetMatDiagType(
descrA: cusparseMatDescr_t,
) -> cusparseDiagType_tThis function returns the DiagType field of the matrix descriptor descrA.
descrA: the matrix descriptor.