Skip to main content

cusparseGetMatType

Function cusparseGetMatType 

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

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

ยงParameters

  • descrA: the matrix descriptor.