Skip to main content

cusparseSpMatGetFormat

Function cusparseSpMatGetFormat 

Source
pub unsafe extern "C" fn cusparseSpMatGetFormat(
    spMatDescr: cusparseConstSpMatDescr_t,
    format: *mut cusparseFormat_t,
) -> cusparseStatus_t
Expand 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.