pub unsafe extern "C" fn cusparseSpMatGetFormat(
spMatDescr: cusparseConstSpMatDescr_t,
format: *mut cusparseFormat_t,
) -> cusparseStatus_tExpand description
This function returns the format field of the sparse matrix descriptor spMatDescr.
ยงParameters
spMatDescr: Sparse matrix descriptor.format: Storage format of the sparse matrix.