pub unsafe extern "C" fn cusparseGetMatType(
descrA: cusparseMatDescr_t,
) -> cusparseMatrixType_tExpand description
This function returns the MatrixType field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.
pub unsafe extern "C" fn cusparseGetMatType(
descrA: cusparseMatDescr_t,
) -> cusparseMatrixType_tThis function returns the MatrixType field of the matrix descriptor descrA.
descrA: the matrix descriptor.