pub unsafe extern "C" fn cusparseGetMatFillMode(
descrA: cusparseMatDescr_t,
) -> cusparseFillMode_tExpand description
This function returns the FillMode field of the matrix descriptor descrA.
ยงParameters
descrA: the matrix descriptor.
pub unsafe extern "C" fn cusparseGetMatFillMode(
descrA: cusparseMatDescr_t,
) -> cusparseFillMode_tThis function returns the FillMode field of the matrix descriptor descrA.
descrA: the matrix descriptor.