pub unsafe extern "C" fn cusparseSetMatType(
descrA: cusparseMatDescr_t,
type_: cusparseMatrixType_t,
) -> cusparseStatus_tExpand description
This function sets the MatrixType field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.