Skip to main content

cusparseSetMatType

Function cusparseSetMatType 

Source
pub unsafe extern "C" fn cusparseSetMatType(
    descrA: cusparseMatDescr_t,
    type_: cusparseMatrixType_t,
) -> cusparseStatus_t
Expand description

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

ยงParameters

  • descrA: the matrix descriptor.