Skip to main content

cusparseSetMatIndexBase

Function cusparseSetMatIndexBase 

Source
pub unsafe extern "C" fn cusparseSetMatIndexBase(
    descrA: cusparseMatDescr_t,
    base: cusparseIndexBase_t,
) -> cusparseStatus_t
Expand description

This function sets the IndexBase field of the matrix descriptor descrA.

ยงParameters

  • descrA: the matrix descriptor.