pub unsafe extern "C" fn cusparseSetMatFillMode(
descrA: cusparseMatDescr_t,
fillMode: cusparseFillMode_t,
) -> cusparseStatus_tExpand description
This function sets the FillMode field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.